Html Css Color HEX #C4864B Peru

📋 copy color: '#C4864B'

red 196 ◦ green 134 ◦ blue 75

#C4864B
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Peru #C4864B

Tints of Peru #C4864B

RGB

 RED value IS 196 (76.95% from 255) = 48.4%

 GREEN value IS 134 (52.73% from 255) = 33.09%

 BLUE value IS 75 (29.69% from 255) = 18.52%

R = 48.4%
G = 33.09%
B = 18.52%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.62

 K value IS 0.23

RGB Variations

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

Color information

#C4864B (or 0xC4864B) is known color: 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

RGB 196 134 75 -
CMYK 0 0.32 0.62 0.23
HSL 29.26º 0.51% 0.53% -
HSV(B) 29.26º 0.62% 0.77% -
XYZ 32.56 29.29 10.59 -
YUV 145.81 88.04 163.8 -
System Red Green Blue C M Y K H S L
Decimal 196 134 75 0 0.32 0.62 0.23 29.26 0.51 0.53
Hex C4 86 4B 0 20 3E 17 1D 33 35
Octal 304 206 113 0 40 76 27 35 63 65
Binary 11000100 10000110 1001011 0 100000 111110 10111 11101 110011 110101

Color Harmonies of #C4864B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4864B

Black with #C4864B

Text Example


Text Example

White with #C4864B

Text Example


Text Example

HTML Codes & Css Web 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>