Html Css Color HEX #C58442 Peru

📋 copy color: '#C58442'

red 197 ◦ green 132 ◦ blue 66

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

Shades of Peru #C58442

Tints of Peru #C58442

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 16.71%

R = 49.87%
G = 33.42%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C58442 (or 0xC58442) is known color: Peru. HEX triplet: C5, 84 and 42. RGB value is (197,132,66). Sum of RGB (Red+Green+Blue) = 197+132+66=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 132 (51.95% from 255 or 33.42% from 395); Blue value is 66 (26.17% from 255 or 16.71% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C58442 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58442 is #3A7BBD. Grayscale: #909090. Windows color (decimal): -3832766 or 4359365. OLE color: 4359365.

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

Color convert

RGB 197 132 66 -
CMYK 0 0.33 0.66 0.23
HSL 30.23º 0.53% 0.52% -
HSV(B) 30.23º 0.66% 0.77% -
XYZ 32.26 28.77 9.01 -
YUV 143.91 84.03 165.87 -
System Red Green Blue C M Y K H S L
Decimal 197 132 66 0 0.33 0.66 0.23 30.23 0.53 0.52
Hex C5 84 42 0 21 42 17 1E 35 34
Octal 305 204 102 0 41 102 27 36 65 64
Binary 11000101 10000100 1000010 0 100001 1000010 10111 11110 110101 110100

Color Harmonies of #C58442

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58442

Black with #C58442

Text Example


Text Example

White with #C58442

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58442; }

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

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

background-color css

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

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

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

border-color css

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

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

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