Html Css Color HEX #C58860 Burning Sand

📋 copy color: '#C58860'

red 197 ◦ green 136 ◦ blue 96

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

Shades of Burning Sand #C58860

Tints of Burning Sand #C58860

RGB

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

 GREEN value IS 136 (53.52% from 255) = 31.7%

 BLUE value IS 96 (37.89% from 255) = 22.38%

R = 45.92%
G = 31.7%
B = 22.38%

CMYK

 C value IS 0

 M value IS 0.31

 Y value IS 0.51

 K value IS 0.23

RGB Variations

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

Color information

#C58860 (or 0xC58860) is known color: Burning Sand. HEX triplet: C5, 88 and 60. RGB value is (197,136,96). Sum of RGB (Red+Green+Blue) = 197+136+96=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 136 (53.52% from 255 or 31.70% from 429); Blue value is 96 (37.89% from 255 or 22.38% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C58860 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58860 is #3A779F. Grayscale: #959595. Windows color (decimal): -3831712 or 6326469. OLE color: 6326469.

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

Color convert

RGB 197 136 96 -
CMYK 0 0.31 0.51 0.23
HSL 23.76º 0.47% 0.57% -
HSV(B) 23.76º 0.51% 0.77% -
XYZ 33.94 30.32 15.13 -
YUV 149.68 97.71 161.75 -
System Red Green Blue C M Y K H S L
Decimal 197 136 96 0 0.31 0.51 0.23 23.76 0.47 0.57
Hex C5 88 60 0 1F 33 17 18 2F 39
Octal 305 210 140 0 37 63 27 30 57 71
Binary 11000101 10001000 1100000 0 11111 110011 10111 11000 101111 111001

Color Harmonies of #C58860

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C58860

Black with #C58860

Text Example


Text Example

White with #C58860

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C58860; }

 p { color: rgb(197,136,96); }

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

background-color css

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

 a { background-color: rgb(197,136,96); }

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

border-color css

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

 span { border-color: rgb(197,136,96); }

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