#C5815A

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

Shades of Burning Sand #C5815A

Tints of Burning Sand #C5815A

Color information

#C5815A (or 0xC5815A) is unknown color: approx Burning Sand. HEX triplet: C5, 81 and 5A. RGB value is (197,129,90). Sum of RGB (Red+Green+Blue) = 197+129+90=416 (55% of max value = 765). Red value is 197 (77.34% from 255 or 47.36% from 416); Green value is 129 (50.78% from 255 or 31.01% from 416); Blue value is 90 (35.55% from 255 or 21.63% from 416); Max value from RGB is 197 - color contains mainly: red. Hex color #C5815A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5815A is #3A7EA5. Grayscale: #919191. Windows color (decimal): -3833510 or 5931461. OLE color: 5931461.

HSL color Cylindrical-coordinate representation of color #C5815A: hue angle of 21.87º 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 #C5815A is Cyan = 0, Magento = 0.35, Yellow = 0.54 and Black (K on CMYK) = 0.23.

Color convert

RGB19712990-
CMYK00.350.540.23
HSL21.87º47.98%56.27%-
HSV(B)21.87º54.31%77.25%-
XYZ32.7228.3113.41-
YUV144.8997.03165.17-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 47.36%
GREEN value IS 129 (50.78% from 255) = 31.01%
BLUE value IS 90 (35.55% from 255) = 21.63%
R=47.36%
G=31.01%
B=21.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971299000.350.540.2321.8747.9856.27
HexC5815A0233617163038
Octal3052011320436627266070
Binary1100010110000001101101001000111101101011110110110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5815A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5815A; }

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

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

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

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

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

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

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

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