#C5815F

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

Shades of Burning Sand #C5815F

Tints of Burning Sand #C5815F

Color information

#C5815F (or 0xC5815F) is unknown color: approx Burning Sand. HEX triplet: C5, 81 and 5F. RGB value is (197,129,95). Sum of RGB (Red+Green+Blue) = 197+129+95=421 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.79% from 421); Green value is 129 (50.78% from 255 or 30.64% from 421); Blue value is 95 (37.5% from 255 or 22.57% from 421); Max value from RGB is 197 - color contains mainly: red. Hex color #C5815F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5815F is #3A7EA0. Grayscale: #919191. Windows color (decimal): -3833505 or 6259141. OLE color: 6259141.

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

Color convert

RGB19712995-
CMYK00.350.520.23
HSL20º46.79%57.25%-
HSV(B)20º51.78%77.25%-
XYZ32.9428.414.57-
YUV145.4699.53164.76-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.79%
GREEN value IS 129 (50.78% from 255) = 30.64%
BLUE value IS 95 (37.5% from 255) = 22.57%
R=46.79%
G=30.64%
B=22.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971299500.350.520.232046.7957.25
HexC5815F0233417142f39
Octal3052011370436427245771
Binary1100010110000001101111101000111101001011110100101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5815F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5815F; }

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

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

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

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

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

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

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

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