#C5875E

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

Shades of Burning Sand #C5875E

Tints of Burning Sand #C5875E

Color information

#C5875E (or 0xC5875E) is unknown color: approx Burning Sand. HEX triplet: C5, 87 and 5E. RGB value is (197,135,94). Sum of RGB (Red+Green+Blue) = 197+135+94=426 (56% of max value = 765). Red value is 197 (77.34% from 255 or 46.24% from 426); Green value is 135 (53.12% from 255 or 31.69% from 426); Blue value is 94 (37.11% from 255 or 22.07% from 426); Max value from RGB is 197 - color contains mainly: red. Hex color #C5875E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C5875E is #3A78A1. Grayscale: #959595. Windows color (decimal): -3831970 or 6195141. OLE color: 6195141.

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

Color convert

RGB19713594-
CMYK00.310.520.23
HSL23.88º47.03%57.06%-
HSV(B)23.88º52.28%77.25%-
XYZ33.7130.0114.6-
YUV148.8697.04162.33-

RGB Variations

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

RGB

RED value IS 197 (77.34% from 255) = 46.24%
GREEN value IS 135 (53.12% from 255) = 31.69%
BLUE value IS 94 (37.11% from 255) = 22.07%
R=46.24%
G=31.69%
B=22.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.52
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal1971359400.310.520.2323.8847.0357.06
HexC5875E01F3417182f39
Octal3052071360376427305771
Binary110001011000011110111100111111101001011111000101111111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C5875E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C5875E; }

 p { color: rgb(197,135,94); }

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

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

 a { background-color: rgb(197,135,94); }

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

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

 span { border-color: rgb(197,135,94); }

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