#C5855A

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

Shades of Burning Sand #C5855A

Tints of Burning Sand #C5855A

Color information

#C5855A (or 0xC5855A) is unknown color: approx Burning Sand. HEX triplet: C5, 85 and 5A. RGB value is (197,133,90). Sum of RGB (Red+Green+Blue) = 197+133+90=420 (55% of max value = 765). Red value is 197 (77.34% from 255 or 46.90% from 420); Green value is 133 (52.34% from 255 or 31.67% from 420); Blue value is 90 (35.55% from 255 or 21.43% from 420); Max value from RGB is 197 - color contains mainly: red. Hex color #C5855A is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5855A is #3A7AA5. Grayscale: #939393. Windows color (decimal): -3832486 or 5932485. OLE color: 5932485.

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

Color convert

RGB19713390-
CMYK00.320.540.23
HSL24.11º47.98%56.27%-
HSV(B)24.11º54.31%77.25%-
XYZ33.2629.3813.59-
YUV147.2395.7163.5-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.90%
GREEN value IS 133 (52.34% from 255) = 31.67%
BLUE value IS 90 (35.55% from 255) = 21.43%
R=46.90%
G=31.67%
B=21.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.54
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971339000.320.540.2324.1147.9856.27
HexC5855A0203617183038
Octal3052051320406627306070
Binary1100010110000101101101001000001101101011111000110000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5855A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5855A; }

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

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

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

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

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

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

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

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