Html Css Color HEX #C58748 Peru

📋 copy color: '#C58748'

red 197 ◦ green 135 ◦ blue 72

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

Shades of Peru #C58748

Tints of Peru #C58748

RGB

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

 GREEN value IS 135 (53.13% from 255) = 33.42%

 BLUE value IS 72 (28.52% from 255) = 17.82%

R = 48.76%
G = 33.42%
B = 17.82%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.63

 K value IS 0.23

RGB Variations

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

Color information

#C58748 (or 0xC58748) is known color: Peru. HEX triplet: C5, 87 and 48. RGB value is (197,135,72). Sum of RGB (Red+Green+Blue) = 197+135+72=404 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.76% from 404); Green value is 135 (53.12% from 255 or 33.42% from 404); Blue value is 72 (28.52% from 255 or 17.82% from 404); Max value from RGB is 197 - color contains mainly: red. Hex color #C58748 is not a web safe color. Web safe color analog (approx): #CC9933. Inversed color of #C58748 is #3A78B7. Grayscale: #929292. Windows color (decimal): -3831992 or 4753349. OLE color: 4753349.

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

Color convert

RGB 197 135 72 -
CMYK 0 0.31 0.63 0.23
HSL 30.24º 0.52% 0.53% -
HSV(B) 30.24º 0.63% 0.77% -
XYZ 32.86 29.67 10.13 -
YUV 146.36 86.04 164.12 -
System Red Green Blue C M Y K H S L
Decimal 197 135 72 0 0.31 0.63 0.23 30.24 0.52 0.53
Hex C5 87 48 0 1F 3F 17 1E 34 35
Octal 305 207 110 0 37 77 27 36 64 65
Binary 11000101 10000111 1001000 0 11111 111111 10111 11110 110100 110101

Color Harmonies of #C58748

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58748

Black with #C58748

Text Example


Text Example

White with #C58748

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58748; }

 p { color: rgb(197,135,72); }

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

background-color css

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

 a { background-color: rgb(197,135,72); }

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

border-color css

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

 span { border-color: rgb(197,135,72); }

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