#C5845A

Color #C5845A Burning Sand (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Burning Sand #C5845A

Tints of Burning Sand #C5845A

Color information

#C5845A (or 0xC5845A) is unknown color: approx Burning Sand. HEX triplet: C5, 84 and 5A. RGB value is (197,132,90). Sum of RGB (Red+Green+Blue) = 197+132+90=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 132 (51.95% from 255 or 31.50% from 419); Blue value is 90 (35.55% from 255 or 21.48% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5845A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5845A is #3A7BA5. Grayscale: #929292. Windows color (decimal): -3832742 or 5932229. OLE color: 5932229.

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

Color convert

RGB19713290-
CMYK00.330.540.23
HSL23.55º47.98%56.27%-
HSV(B)23.55º54.31%77.25%-
XYZ33.1229.1113.55-
YUV146.6596.03163.92-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.02%
GREEN value IS 132 (51.95% from 255) = 31.50%
BLUE value IS 90 (35.55% from 255) = 21.48%
R=47.02%
G=31.50%
B=21.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971329000.330.540.2323.5547.9856.27
HexC5845A0213617183038
Octal3052041320416627306070
Binary1100010110000100101101001000011101101011111000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5845A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5845A; }

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

 H1.HeaderClassName
 {
   color: #C5845A;
 }
 .AnyTagClassName
 {
   color: #C5845A;
 }
</style>
background-color css

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

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

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

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

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

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