#C5815D

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

Shades of Burning Sand #C5815D

Tints of Burning Sand #C5815D

Color information

#C5815D (or 0xC5815D) is unknown color: approx Burning Sand. HEX triplet: C5, 81 and 5D. RGB value is (197,129,93). Sum of RGB (Red+Green+Blue) = 197+129+93=419 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.02% from 419); Green value is 129 (50.78% from 255 or 30.79% from 419); Blue value is 93 (36.72% from 255 or 22.20% from 419); Max value from RGB is 197 - color contains mainly: red. Hex color #C5815D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5815D is #3A7EA2. Grayscale: #919191. Windows color (decimal): -3833507 or 6128069. OLE color: 6128069.

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

Color convert

RGB19712993-
CMYK00.350.530.23
HSL20.77º47.27%56.86%-
HSV(B)20.77º52.79%77.25%-
XYZ32.8528.3614.1-
YUV145.2398.53164.93-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.02%
GREEN value IS 129 (50.78% from 255) = 30.79%
BLUE value IS 93 (36.72% from 255) = 22.20%
R=47.02%
G=30.79%
B=22.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.53
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971299300.350.530.2320.7747.2756.86
HexC5815D0233517152f39
Octal3052011350436527255771
Binary1100010110000001101110101000111101011011110101101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5815D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5815D; }

 p { color: rgb(197,129,93); }

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

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

 a { background-color: rgb(197,129,93); }

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

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

 span { border-color: rgb(197,129,93); }

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