#C77F55

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

Shades of Burning Sand #C77F55

Tints of Burning Sand #C77F55

Color information

#C77F55 (or 0xC77F55) is unknown color: approx Burning Sand. HEX triplet: C7, 7F and 55. RGB value is (199,127,85). Sum of RGB (Red+Green+Blue) = 199+127+85=411 (54% of max value = 765). Red value is 199 (78.12% from 255 or 48.42% from 411); Green value is 127 (50% from 255 or 30.90% from 411); Blue value is 85 (33.59% from 255 or 20.68% from 411); Max value from RGB is 199 - color contains mainly: red. Hex color #C77F55 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #C77F55 is #3880AA. Grayscale: #8F8F8F. Windows color (decimal): -3702955 or 5603271. OLE color: 5603271.

HSL color Cylindrical-coordinate representation of color #C77F55: hue angle of 22.11º degrees, saturation: 0.5, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #C77F55 is Cyan = 0, Magento = 0.36, Yellow = 0.57 and Black (K on CMYK) = 0.22.

Color convert

RGB19912785-
CMYK00.360.570.22
HSL22.11º50.44%55.69%-
HSV(B)22.11º57.29%78.04%-
XYZ32.7827.9812.27-
YUV143.7494.85167.42-

RGB Variations

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

RGB

RED value IS 199 (78.12% from 255) = 48.42%
GREEN value IS 127 (50% from 255) = 30.90%
BLUE value IS 85 (33.59% from 255) = 20.68%
R=48.42%
G=30.90%
B=20.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.57
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal1991278500.360.570.2222.1150.4455.69
HexC77F550243916163238
Octal3071771250447126266270
Binary110001111111111101010101001001110011011010110110010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #C77F55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #C77F55; }

 p { color: rgb(199,127,85); }

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

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

 a { background-color: rgb(199,127,85); }

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

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

 span { border-color: rgb(199,127,85); }

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