Html Css Color HEX #C58441 Peru

📋 copy color: '#C58441'

red 197 ◦ green 132 ◦ blue 65

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

Shades of Peru #C58441

Tints of Peru #C58441

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 16.5%

R = 50%
G = 33.5%
B = 16.5%

CMYK

 C value IS 0

 M value IS 0.33

 Y value IS 0.67

 K value IS 0.23

RGB Variations

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

Color information

#C58441 (or 0xC58441) is known color: Peru. HEX triplet: C5, 84 and 41. RGB value is (197,132,65). Sum of RGB (Red+Green+Blue) = 197+132+65=394 (52% of max value = 765). Red value is 197 (77.34% from 255 or 50% from 394); Green value is 132 (51.95% from 255 or 33.50% from 394); Blue value is 65 (25.78% from 255 or 16.50% from 394); Max value from RGB is 197 - color contains mainly: red. Hex color #C58441 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58441 is #3A7BBE. Grayscale: #909090. Windows color (decimal): -3832767 or 4293829. OLE color: 4293829.

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

Color convert

RGB 197 132 65 -
CMYK 0 0.33 0.67 0.23
HSL 30.45º 0.53% 0.51% -
HSV(B) 30.45º 0.67% 0.77% -
XYZ 32.23 28.75 8.85 -
YUV 143.8 83.53 165.95 -
System Red Green Blue C M Y K H S L
Decimal 197 132 65 0 0.33 0.67 0.23 30.45 0.53 0.51
Hex C5 84 41 0 21 43 17 1E 35 33
Octal 305 204 101 0 41 103 27 36 65 63
Binary 11000101 10000100 1000001 0 100001 1000011 10111 11110 110101 110011

Color Harmonies of #C58441

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58441

Black with #C58441

Text Example


Text Example

White with #C58441

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58441; }

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

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

background-color css

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

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

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

border-color css

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

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

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