#C78964

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

Shades of Burning Sand #C78964

Tints of Burning Sand #C78964

Color information

#C78964 (or 0xC78964) is unknown color: approx Burning Sand. HEX triplet: C7, 89 and 64. RGB value is (199,137,100). Sum of RGB (Red+Green+Blue) = 199+137+100=436 (57% of max value = 765). Red value is 199 (78.12% from 255 or 45.64% from 436); Green value is 137 (53.91% from 255 or 31.42% from 436); Blue value is 100 (39.45% from 255 or 22.94% from 436); Max value from RGB is 199 - color contains mainly: red. Hex color #C78964 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #C78964 is #38769B. Grayscale: #979797. Windows color (decimal): -3700380 or 6588871. OLE color: 6588871.

HSL color Cylindrical-coordinate representation of color #C78964: hue angle of 22.42º degrees, saturation: 0.47, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #C78964 is Cyan = 0, Magento = 0.31, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB199137100-
CMYK00.310.500.22
HSL22.42º46.92%58.63%-
HSV(B)22.42º49.75%78.04%-
XYZ34.830.9516.2-
YUV151.3299.04162.01-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 45.64%
GREEN value IS 137 (53.91% from 255) = 31.42%
BLUE value IS 100 (39.45% from 255) = 22.94%
R=45.64%
G=31.42%
B=22.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19913710000.310.500.2222.4246.9258.63
HexC7896401F3216162f3b
Octal3072111440376226265773
Binary110001111000100111001000111111100101011010110101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C78964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C78964; }

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

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

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

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

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

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

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

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