#C58464

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

Shades of Burning Sand #C58464

Tints of Burning Sand #C58464

Color information

#C58464 (or 0xC58464) is unknown color: approx Burning Sand. HEX triplet: C5, 84 and 64. RGB value is (197,132,100). Sum of RGB (Red+Green+Blue) = 197+132+100=429 (56% of max value = 765). Red value is 197 (77.34% from 255 or 45.92% from 429); Green value is 132 (51.95% from 255 or 30.77% from 429); Blue value is 100 (39.45% from 255 or 23.31% from 429); Max value from RGB is 197 - color contains mainly: red. Hex color #C58464 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58464 is #3A7B9B. Grayscale: #939393. Windows color (decimal): -3832732 or 6587589. OLE color: 6587589.

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

Color convert

RGB197132100-
CMYK00.330.490.23
HSL19.79º45.54%58.24%-
HSV(B)19.79º49.24%77.25%-
XYZ33.5829.2915.94-
YUV147.79101.03163.1-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 45.92%
GREEN value IS 132 (51.95% from 255) = 30.77%
BLUE value IS 100 (39.45% from 255) = 23.31%
R=45.92%
G=30.77%
B=23.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.49
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713210000.330.490.2319.7945.5458.24
HexC584640213117142e3a
Octal3052041440416127245672
Binary1100010110000100110010001000011100011011110100101110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58464

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58464; }

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

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

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

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

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

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

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

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