#7C4211

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

Shades of Russet #7C4211

Tints of Russet #7C4211

Color information

#7C4211 (or 0x7C4211) is unknown color: approx Russet. HEX triplet: 7C, 42 and 11. RGB value is (124,66,17). Sum of RGB (Red+Green+Blue) = 124+66+17=207 (27% of max value = 765). Red value is 124 (48.83% from 255 or 59.90% from 207); Green value is 66 (26.17% from 255 or 31.88% from 207); Blue value is 17 (7.03% from 255 or 8.21% from 207); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4211 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4211 is #83BDEE. Grayscale: #4E4E4E. Windows color (decimal): -8633839 or 1131132. OLE color: 1131132.

HSL color Cylindrical-coordinate representation of color #7C4211: hue angle of 27.48º 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 #7C4211 is Cyan = 0, Magento = 0.47, Yellow = 0.86 and Black (K on CMYK) = 0.51.

Color convert

RGB1246617-
CMYK00.470.860.51
HSL27.48º75.89%27.65%-
HSV(B)27.48º86.29%48.63%-
XYZ10.368.221.57-
YUV77.7693.72160.98-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 59.90%
GREEN value IS 66 (26.17% from 255) = 31.88%
BLUE value IS 17 (7.03% from 255) = 8.21%
R=59.90%
G=31.88%
B=8.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.86
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124661700.470.860.5127.4875.8927.65
Hex7C421102F56331b4c1c
Octal17410221057126633311434
Binary11111001000010100010101111101011011001111011100110011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4211

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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