#7C4210

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

Shades of Russet #7C4210

Tints of Russet #7C4210

Color information

#7C4210 (or 0x7C4210) is unknown color: approx Russet. HEX triplet: 7C, 42 and 10. RGB value is (124,66,16). Sum of RGB (Red+Green+Blue) = 124+66+16=206 (27% of max value = 765). Red value is 124 (48.83% from 255 or 60.19% from 206); Green value is 66 (26.17% from 255 or 32.04% from 206); Blue value is 16 (6.64% from 255 or 7.77% from 206); Max value from RGB is 124 - color contains mainly: red. Hex color #7C4210 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7C4210 is #83BDEF. Grayscale: #4D4D4D. Windows color (decimal): -8633840 or 1065596. OLE color: 1065596.

HSL color Cylindrical-coordinate representation of color #7C4210: hue angle of 27.78º degrees, saturation: 0.77, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #7C4210 is Cyan = 0, Magento = 0.47, Yellow = 0.87 and Black (K on CMYK) = 0.51.

Color convert

RGB1246616-
CMYK00.470.870.51
HSL27.78º77.14%27.45%-
HSV(B)27.78º87.1%48.63%-
XYZ10.358.221.53-
YUV77.6493.22161.07-

RGB Variations

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

RGB

RED value IS 124 (48.83% from 255) = 60.19%
GREEN value IS 66 (26.17% from 255) = 32.04%
BLUE value IS 16 (6.64% from 255) = 7.77%
R=60.19%
G=32.04%
B=7.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.87
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal124661600.470.870.5127.7877.1427.45
Hex7C421002F57331c4d1b
Octal17410220057127633411533
Binary11111001000010100000101111101011111001111100100110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7C4210

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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