Html Css Color HEX #C58444 Peru

📋 copy color: '#C58444'

red 197 ◦ green 132 ◦ blue 68

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

Shades of Peru #C58444

Tints of Peru #C58444

RGB

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

 GREEN value IS 132 (51.95% from 255) = 33.25%

 BLUE value IS 68 (26.95% from 255) = 17.13%

R = 49.62%
G = 33.25%
B = 17.13%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.65

 K value IS 0.23

RGB Variations

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

Color information

#C58444 (or 0xC58444) is known color: Peru. HEX triplet: C5, 84 and 44. RGB value is (197,132,68). Sum of RGB (Red+Green+Blue) = 197+132+68=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 132 (51.95% from 255 or 33.25% from 397); Blue value is 68 (26.95% from 255 or 17.13% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C58444 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58444 is #3A7BBB. Grayscale: #909090. Windows color (decimal): -3832764 or 4490437. OLE color: 4490437.

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

Color convert

RGB 197 132 68 -
CMYK 0 0.33 0.65 0.23
HSL 29.77º 0.53% 0.52% -
HSV(B) 29.77º 0.65% 0.77% -
XYZ 32.32 28.79 9.32 -
YUV 144.14 85.03 165.7 -
System Red Green Blue C M Y K H S L
Decimal 197 132 68 0 0.33 0.65 0.23 29.77 0.53 0.52
Hex C5 84 44 0 21 41 17 1E 35 34
Octal 305 204 104 0 41 101 27 36 65 64
Binary 11000101 10000100 1000100 0 100001 1000001 10111 11110 110101 110100

Color Harmonies of #C58444

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58444

Black with #C58444

Text Example


Text Example

White with #C58444

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58444; }

 p { color: rgb(197,132,68); }

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

background-color css

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

 a { background-color: rgb(197,132,68); }

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

border-color css

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

 span { border-color: rgb(197,132,68); }

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