#C5856D

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

Shades of Burning Sand #C5856D

Tints of Burning Sand #C5856D

Color information

#C5856D (or 0xC5856D) is unknown color: approx Burning Sand. HEX triplet: C5, 85 and 6D. RGB value is (197,133,109). Sum of RGB (Red+Green+Blue) = 197+133+109=439 (58% of max value = 765). Red value is 197 (77.34% from 255 or 44.87% from 439); Green value is 133 (52.34% from 255 or 30.30% from 439); Blue value is 109 (42.97% from 255 or 24.83% from 439); Max value from RGB is 197 - color contains mainly: red. Hex color #C5856D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5856D is #3A7A92. Grayscale: #959595. Windows color (decimal): -3832467 or 7177669. OLE color: 7177669.

HSL color Cylindrical-coordinate representation of color #C5856D: hue angle of 16.36º degrees, saturation: 0.43, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #C5856D is Cyan = 0, Magento = 0.32, Yellow = 0.45 and Black (K on CMYK) = 0.23.

Color convert

RGB197133109-
CMYK00.320.450.23
HSL16.36º43.14%60%-
HSV(B)16.36º44.67%77.25%-
XYZ34.1729.7518.41-
YUV149.4105.2161.95-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 44.87%
GREEN value IS 133 (52.34% from 255) = 30.30%
BLUE value IS 109 (42.97% from 255) = 24.83%
R=44.87%
G=30.30%
B=24.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.45
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal19713310900.320.450.2316.3643.1460
HexC5856D0202D17102b3c
Octal3052051550405527205374
Binary1100010110000101110110101000001011011011110000101011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5856D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5856D; }

 p { color: rgb(197,133,109); }

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

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

 a { background-color: rgb(197,133,109); }

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

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

 span { border-color: rgb(197,133,109); }

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