#C28964

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

Shades of Burning Sand #C28964

Tints of Burning Sand #C28964

Color information

#C28964 (or 0xC28964) is unknown color: approx Burning Sand. HEX triplet: C2, 89 and 64. RGB value is (194,137,100). Sum of RGB (Red+Green+Blue) = 194+137+100=431 (57% of max value = 765). Red value is 194 (76.17% from 255 or 45.01% from 431); Green value is 137 (53.91% from 255 or 31.79% from 431); Blue value is 100 (39.45% from 255 or 23.20% from 431); Max value from RGB is 194 - color contains mainly: red. Hex color #C28964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C28964 is #3D769B. Grayscale: #969696. Windows color (decimal): -4028060 or 6588866. OLE color: 6588866.

HSL color Cylindrical-coordinate representation of color #C28964: hue angle of 23.62º degrees, saturation: 0.44, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #C28964 is Cyan = 0, Magento = 0.29, Yellow = 0.48 and Black (K on CMYK) = 0.24.

Color convert

RGB194137100-
CMYK00.290.480.24
HSL23.62º43.52%57.65%-
HSV(B)23.62º48.45%76.08%-
XYZ33.4930.2816.14-
YUV149.8399.88159.51-

RGB Variations

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

RGB

RED value IS 194 (76.17% from 255) = 45.01%
GREEN value IS 137 (53.91% from 255) = 31.79%
BLUE value IS 100 (39.45% from 255) = 23.20%
R=45.01%
G=31.79%
B=23.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.48
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal19413710000.290.480.2423.6243.5257.65
HexC2896401D3018182c3a
Octal3022111440356030305472
Binary110000101000100111001000111011100001100011000101100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C28964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C28964; }

 p { color: rgb(194,137,100); }

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

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

 a { background-color: rgb(194,137,100); }

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

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

 span { border-color: rgb(194,137,100); }

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