#C58259

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

Shades of Burning Sand #C58259

Tints of Burning Sand #C58259

Color information

#C58259 (or 0xC58259) is unknown color: approx Burning Sand. HEX triplet: C5, 82 and 59. RGB value is (197,130,89). Sum of RGB (Red+Green+Blue) = 197+130+89=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 130 (51.17% from 255 or 31.25% from 416); Blue value is 89 (35.16% from 255 or 21.39% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C58259 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C58259 is #3A7DA6. Grayscale: #919191. Windows color (decimal): -3833255 or 5866181. OLE color: 5866181.

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

Color convert

RGB19713089-
CMYK00.340.550.23
HSL22.78º48.21%56.08%-
HSV(B)22.78º54.82%77.25%-
XYZ32.8128.5613.23-
YUV145.3696.2164.83-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.36%
GREEN value IS 130 (51.17% from 255) = 31.25%
BLUE value IS 89 (35.16% from 255) = 21.39%
R=47.36%
G=31.25%
B=21.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.55
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971308900.340.550.2322.7848.2156.08
HexC582590223717173038
Octal3052021310426727276070
Binary1100010110000010101100101000101101111011110111110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C58259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C58259; }

 p { color: rgb(197,130,89); }

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

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

 a { background-color: rgb(197,130,89); }

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

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

 span { border-color: rgb(197,130,89); }

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