#C77A64

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

Shades of Burning Sand #C77A64

Tints of Burning Sand #C77A64

Color information

#C77A64 (or 0xC77A64) is unknown color: approx Burning Sand. HEX triplet: C7, 7A and 64. RGB value is (199,122,100). Sum of RGB (Red+Green+Blue) = 199+122+100=421 (55% of max value = 765). Red value is 199 (78.12% from 255 or 47.27% from 421); Green value is 122 (48.05% from 255 or 28.98% from 421); Blue value is 100 (39.45% from 255 or 23.75% from 421); Max value from RGB is 199 - color contains mainly: red. Hex color #C77A64 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77A64 is #38859B. Grayscale: #8E8E8E. Windows color (decimal): -3704220 or 6585031. OLE color: 6585031.

HSL color Cylindrical-coordinate representation of color #C77A64: hue angle of 13.33º 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 #C77A64 is Cyan = 0, Magento = 0.39, Yellow = 0.50 and Black (K on CMYK) = 0.22.

Color convert

RGB199122100-
CMYK00.390.500.22
HSL13.33º46.92%58.63%-
HSV(B)13.33º49.75%78.04%-
XYZ32.8126.9815.54-
YUV142.51104.01168.29-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 47.27%
GREEN value IS 122 (48.05% from 255) = 28.98%
BLUE value IS 100 (39.45% from 255) = 23.75%
R=47.27%
G=28.98%
B=23.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.50
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal19912210000.390.500.2213.3346.9258.63
HexC77A640273216d2f3b
Octal3071721440476226155773
Binary11000111111101011001000100111110010101101101101111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77A64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77A64; }

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

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

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

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

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

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

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

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