#7C4011

Color #7C4011 Russet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Russet #7C4011

Tints of Russet #7C4011

Color information

#7C4011 (or 0x7C4011) is unknown color: approx Russet. HEX triplet: 7C, 40 and 11. RGB value is (124,64,17). Sum of RGB (Red+Green+Blue) = 124+64+17=205 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.49% from 205); Green value is 64 (25.39% from 255 or 31.22% from 205); Blue value is 17 (7.03% from 255 or 8.29% from 205); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4011 is #83BFEE. Grayscale: #4C4C4C. Windows color (decimal): -8634351 or 1130620. OLE color: 1130620.

HSL color Cylindrical-coordinate representation of color #7C4011: hue angle of 26.36º degrees, saturation: 0.76, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #7C4011 is Cyan = 0, Magento = 0.48, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB1246417-
CMYK00.480.860.51
HSL26.36º75.89%27.65%-
HSV(B)26.36º86.29%48.63%-
XYZ10.257.991.53-
YUV76.5894.38161.82-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 60.49%
GREEN value IS 64 (25.39% from 255) = 31.22%
BLUE value IS 17 (7.03% from 255) = 8.29%
R=60.49%
G=31.22%
B=8.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124641700.480.860.5126.3675.8927.65
Hex7C401103056331a4c1c
Octal17410021060126633211434
Binary11111001000000100010110000101011011001111010100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #7C4011; }

 p { color: rgb(124,64,17); }

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

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

 a { background-color: rgb(124,64,17); }

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

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

 span { border-color: rgb(124,64,17); }

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