Html Css Color HEX #C4864A Peru

📋 copy color: '#C4864A'

red 196 ◦ green 134 ◦ blue 74

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

Shades of Peru #C4864A

Tints of Peru #C4864A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 18.32%

R = 48.51%
G = 33.17%
B = 18.32%

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

#C4864A (or 0xC4864A) is known color: Peru. HEX triplet: C4, 86 and 4A. RGB value is (196,134,74). Sum of RGB (Red+Green+Blue) = 196+134+74=404 (53% of max value = 765). Red value is 196 (76.95% from 255 or 48.51% from 404); Green value is 134 (52.73% from 255 or 33.17% from 404); Blue value is 74 (29.30% from 255 or 18.32% from 404); Max value from RGB is 196 - color contains mainly: red. Hex color #C4864A is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C4864A is #3B79B5. Grayscale: #929292. Windows color (decimal): -3897782 or 4884164. OLE color: 4884164.

HSL color Cylindrical-coordinate representation of color #C4864A: hue angle of 29.51º 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 #C4864A is Cyan = 0, Magento = 0.32, Yellow = 0.62 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 134 74 -
CMYK 0 0.32 0.62 0.23
HSL 29.51º 0.51% 0.53% -
HSV(B) 29.51º 0.62% 0.77% -
XYZ 32.53 29.28 10.42 -
YUV 145.7 87.54 163.88 -
System Red Green Blue C M Y K H S L
Decimal 196 134 74 0 0.32 0.62 0.23 29.51 0.51 0.53
Hex C4 86 4A 0 20 3E 17 1E 33 35
Octal 304 206 112 0 40 76 27 36 63 65
Binary 11000100 10000110 1001010 0 100000 111110 10111 11110 110011 110101

Color Harmonies of #C4864A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4864A

Black with #C4864A

Text Example


Text Example

White with #C4864A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4864A; }

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

 H1.HeaderClassName
 {
   color: #C4864A;
 }
 .AnyTagClassName
 {
   color: #C4864A;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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