#c4864b

Color #C4864B Peru (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Peru #C4864B

Tints of Peru #C4864B

Color information

#C4864B (or 0xC4864B) is unknown color: approx Peru. HEX triplet: C4, 86 and 4B. RGB value is (196,134,75). Sum of RGB (Red+Green+Blue) = 196+134+75=405 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.40% from 405); Green value is 134 (52.73% from 255 or 33.09% from 405); Blue value is 75 (29.69% from 255 or 18.52% from 405); Max value from RGB is 196 - color contains mainly: red. Hex color #C4864B is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4864B is #3B79B4. Grayscale: #929292. Windows color (decimal): -3897781 or 4949700. OLE color: 4949700.

HSL color Cylindrical-coordinate representation of color #C4864B: hue angle of 29.26º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #C4864B is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB19613475-
CMYK00.320.620.23
HSL29.26º50.63%53.14%-
HSV(B)29.26º61.73%76.86%-
XYZ32.5629.2910.59-
YUV145.8188.04163.8-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 196 (76.95% from 255) = 48.40%
GREEN value IS 134 (52.73% from 255) = 33.09%
BLUE value IS 75 (29.69% from 255) = 18.52%
R=48.40%
G=33.09%
B=18.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.62
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1961347500.320.620.2329.2650.6353.14
HexC4864B0203E171d3335
Octal3042061130407627356365
Binary1100010010000110100101101000001111101011111101110011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #c4864b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #c4864b; }

 p { color: rgb(196,134,75); }

 H1.HeaderClassName
 {
   color: #c4864b;
 }
 .AnyTagClassName
 {
   color: #c4864b;
 }
</style>
background-color css

<style>
 a { background-color: #c4864b; }

 a { background-color: rgb(196,134,75); }

 div.DivClassName
 {
   background-color: #c4864b;
 }
 .BgClassName
 {
   background-color: #c4864b;
 }
</style>
border-color css

<style>
 span { border-color: #c4864b; }

 span { border-color: rgb(196,134,75); }

 td.TdClassName
 {
   border-color: #c4864b;
 }
 .TagClassName
 {
   border-color: #c4864b;
 }
</style>