Html Css Color HEX #C5864C Peru

📋 copy color: '#C5864C'

red 197 ◦ green 134 ◦ blue 76

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

Shades of Peru #C5864C

Tints of Peru #C5864C

RGB

 RED value IS 197 (77.34% from 255) = 48.4%

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

 BLUE value IS 76 (30.08% from 255) = 18.67%

R = 48.4%
G = 32.92%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.61

 K value IS 0.23

RGB Variations

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

Color information

#C5864C (or 0xC5864C) is known color: Peru. HEX triplet: C5, 86 and 4C. RGB value is (197,134,76). Sum of RGB (Red+Green+Blue) = 197+134+76=407 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.40% from 407); Green value is 134 (52.73% from 255 or 32.92% from 407); Blue value is 76 (30.08% from 255 or 18.67% from 407); Max value from RGB is 197 - color contains mainly: red. Hex color #C5864C is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C5864C is #3A79B3. Grayscale: #929292. Windows color (decimal): -3832244 or 5015237. OLE color: 5015237.

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

Color convert

RGB 197 134 76 -
CMYK 0 0.32 0.61 0.23
HSL 28.76º 0.51% 0.54% -
HSV(B) 28.76º 0.61% 0.77% -
XYZ 32.86 29.44 10.79 -
YUV 146.23 88.37 164.22 -
System Red Green Blue C M Y K H S L
Decimal 197 134 76 0 0.32 0.61 0.23 28.76 0.51 0.54
Hex C5 86 4C 0 20 3D 17 1D 33 36
Octal 305 206 114 0 40 75 27 35 63 66
Binary 11000101 10000110 1001100 0 100000 111101 10111 11101 110011 110110

Color Harmonies of #C5864C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C5864C

Black with #C5864C

Text Example


Text Example

White with #C5864C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C5864C; }

 p { color: rgb(197,134,76); }

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

background-color css

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

 a { background-color: rgb(197,134,76); }

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

border-color css

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

 span { border-color: rgb(197,134,76); }

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