Html Css Color HEX #C58642 Peru

📋 copy color: '#C58642'

red 197 ◦ green 134 ◦ blue 66

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

Shades of Peru #C58642

Tints of Peru #C58642

RGB

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

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

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

R = 49.62%
G = 33.75%
B = 16.62%

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

#C58642 (or 0xC58642) is known color: Peru. HEX triplet: C5, 86 and 42. RGB value is (197,134,66). Sum of RGB (Red+Green+Blue) = 197+134+66=397 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.62% from 397); Green value is 134 (52.73% from 255 or 33.75% from 397); Blue value is 66 (26.17% from 255 or 16.62% from 397); Max value from RGB is 197 - color contains mainly: red. Hex color #C58642 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58642 is #3A79BD. Grayscale: #919191. Windows color (decimal): -3832254 or 4359877. OLE color: 4359877.

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

Color convert

RGB 197 134 66 -
CMYK 0 0.32 0.66 0.23
HSL 31.15º 0.53% 0.52% -
HSV(B) 31.15º 0.66% 0.77% -
XYZ 32.53 29.31 9.1 -
YUV 145.09 83.37 165.03 -
System Red Green Blue C M Y K H S L
Decimal 197 134 66 0 0.32 0.66 0.23 31.15 0.53 0.52
Hex C5 86 42 0 20 42 17 1F 35 34
Octal 305 206 102 0 40 102 27 37 65 64
Binary 11000101 10000110 1000010 0 100000 1000010 10111 11111 110101 110100

Color Harmonies of #C58642

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58642

Black with #C58642

Text Example


Text Example

White with #C58642

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58642; }

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

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

background-color css

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

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

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

border-color css

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

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

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