Html Css Color HEX #C58640 Peru

📋 copy color: '#C58640'

red 197 ◦ green 134 ◦ blue 64

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

Shades of Peru #C58640

Tints of Peru #C58640

RGB

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

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

 BLUE value IS 64 (25.39% from 255) = 16.2%

R = 49.87%
G = 33.92%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.32

 Y value IS 0.68

 K value IS 0.23

RGB Variations

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

Color information

#C58640 (or 0xC58640) is known color: Peru. HEX triplet: C5, 86 and 40. RGB value is (197,134,64). Sum of RGB (Red+Green+Blue) = 197+134+64=395 (52% of max value = 765). Red value is 197 (77.34% from 255 or 49.87% from 395); Green value is 134 (52.73% from 255 or 33.92% from 395); Blue value is 64 (25.39% from 255 or 16.20% from 395); Max value from RGB is 197 - color contains mainly: red. Hex color #C58640 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58640 is #3A79BF. Grayscale: #919191. Windows color (decimal): -3832256 or 4228805. OLE color: 4228805.

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

Color convert

RGB 197 134 64 -
CMYK 0 0.32 0.68 0.23
HSL 31.58º 0.53% 0.51% -
HSV(B) 31.58º 0.68% 0.77% -
XYZ 32.48 29.29 8.79 -
YUV 144.86 82.37 165.19 -
System Red Green Blue C M Y K H S L
Decimal 197 134 64 0 0.32 0.68 0.23 31.58 0.53 0.51
Hex C5 86 40 0 20 44 17 20 35 33
Octal 305 206 100 0 40 104 27 40 65 63
Binary 11000101 10000110 1000000 0 100000 1000100 10111 100000 110101 110011

Color Harmonies of #C58640

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58640

Black with #C58640

Text Example


Text Example

White with #C58640

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58640; }

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

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

background-color css

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

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

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

border-color css

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

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

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