#C28059

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

Shades of Burning Sand #C28059

Tints of Burning Sand #C28059

Color information

#C28059 (or 0xC28059) is unknown color: approx Burning Sand. HEX triplet: C2, 80 and 59. RGB value is (194,128,89). Sum of RGB (Red+Green+Blue) = 194+128+89=411 (54% of max value = 765). Red value is 194 (76.17% from 255 or 47.20% from 411); Green value is 128 (50.39% from 255 or 31.14% from 411); Blue value is 89 (35.16% from 255 or 21.65% from 411); Max value from RGB is 194 - color contains mainly: red. Hex color #C28059 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28059 is #3D7FA6. Grayscale: #8F8F8F. Windows color (decimal): -4030375 or 5865666. OLE color: 5865666.

HSL color Cylindrical-coordinate representation of color #C28059: hue angle of 22.29º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #C28059 is Cyan = 0, Magento = 0.34, Yellow = 0.54 and Black (K on CMYK) = 0.24.

Color convert

RGB19412889-
CMYK00.340.540.24
HSL22.29º46.26%55.49%-
HSV(B)22.29º54.12%76.08%-
XYZ31.7727.6313.11-
YUV143.2997.37164.17-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 47.20%
GREEN value IS 128 (50.39% from 255) = 31.14%
BLUE value IS 89 (35.16% from 255) = 21.65%
R=47.20%
G=31.14%
B=21.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.54
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal1941288900.340.540.2422.2946.2655.49
HexC280590223618162e37
Octal3022001310426630265667
Binary1100001010000000101100101000101101101100010110101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28059

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28059; }

 p { color: rgb(194,128,89); }

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

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

 a { background-color: rgb(194,128,89); }

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

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

 span { border-color: rgb(194,128,89); }

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