Html Css Color HEX #C58342 Peru

📋 copy color: '#C58342'

red 197 ◦ green 131 ◦ blue 66

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

Shades of Peru #C58342

Tints of Peru #C58342

RGB

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

 GREEN value IS 131 (51.56% from 255) = 33.25%

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

R = 50%
G = 33.25%
B = 16.75%

CMYK

 C value IS 0

 M value IS 0.34

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C58342 (or 0xC58342) is known color: Peru. HEX triplet: C5, 83 and 42. RGB value is (197,131,66). Sum of RGB (Red+Green+Blue) = 197+131+66=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 131 (51.56% from 255 or 33.25% from 394); Blue value is 66 (26.17% from 255 or 16.75% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C58342 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58342 is #3A7CBD. Grayscale: #8F8F8F. Windows color (decimal): -3833022 or 4359109. OLE color: 4359109.

HSL color Cylindrical-coordinate representation of color #C58342: 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.66%. Process color model (Four color, CMYK) of #C58342 is Cyan = 0, Magento = 0.34, Yellow = 0.66 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 131 66 -
CMYK 0 0.34 0.66 0.23
HSL 29.77º 0.53% 0.52% -
HSV(B) 29.77º 0.66% 0.77% -
XYZ 32.13 28.5 8.96 -
YUV 143.32 84.37 166.29 -
System Red Green Blue C M Y K H S L
Decimal 197 131 66 0 0.34 0.66 0.23 29.77 0.53 0.52
Hex C5 83 42 0 22 42 17 1E 35 34
Octal 305 203 102 0 42 102 27 36 65 64
Binary 11000101 10000011 1000010 0 100010 1000010 10111 11110 110101 110100

Color Harmonies of #C58342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58342

Black with #C58342

Text Example


Text Example

White with #C58342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58342; }

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

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

background-color css

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

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

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

border-color css

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

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

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