Html Css Color HEX #C58542 Peru

📋 copy color: '#C58542'

red 197 ◦ green 133 ◦ blue 66

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

Shades of Peru #C58542

Tints of Peru #C58542

RGB

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

 GREEN value IS 133 (52.34% from 255) = 33.59%

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

R = 49.75%
G = 33.59%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.66

 K value IS 0.23

RGB Variations

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

Color information

#C58542 (or 0xC58542) is known color: Peru. HEX triplet: C5, 85 and 42. RGB value is (197,133,66). Sum of RGB (Red+Green+Blue) = 197+133+66=396 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.75% from 396); Green value is 133 (52.34% from 255 or 33.59% from 396); Blue value is 66 (26.17% from 255 or 16.67% from 396); Max value from RGB is 197 - color contains mainly: red. Hex color #C58542 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58542 is #3A7ABD. Grayscale: #909090. Windows color (decimal): -3832510 or 4359621. OLE color: 4359621.

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

Color convert

RGB 197 133 66 -
CMYK 0 0.32 0.66 0.23
HSL 30.69º 0.53% 0.52% -
HSV(B) 30.69º 0.66% 0.77% -
XYZ 32.4 29.04 9.05 -
YUV 144.5 83.7 165.45 -
System Red Green Blue C M Y K H S L
Decimal 197 133 66 0 0.32 0.66 0.23 30.69 0.53 0.52
Hex C5 85 42 0 20 42 17 1F 35 34
Octal 305 205 102 0 40 102 27 37 65 64
Binary 11000101 10000101 1000010 0 100000 1000010 10111 11111 110101 110100

Color Harmonies of #C58542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58542

Black with #C58542

Text Example


Text Example

White with #C58542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58542; }

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

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

background-color css

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

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

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

border-color css

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

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

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