#7E4416

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

Shades of Russet #7E4416

Tints of Russet #7E4416

Color information

#7E4416 (or 0x7E4416) is unknown color: approx Russet. HEX triplet: 7E, 44 and 16. RGB value is (126,68,22). Sum of RGB (Red+Green+Blue) = 126+68+22=216 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.33% from 216); Green value is 68 (26.95% from 255 or 31.48% from 216); Blue value is 22 (8.98% from 255 or 10.19% from 216); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4416 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7E4416 is #81BBE9. Grayscale: #505050. Windows color (decimal): -8502250 or 1459326. OLE color: 1459326.

HSL color Cylindrical-coordinate representation of color #7E4416: hue angle of 26.54º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7E4416 is Cyan = 0, Magento = 0.46, Yellow = 0.83 and Black (K on CMYK) = 0.51.

Color convert

RGB1266822-
CMYK00.460.830.51
HSL26.54º70.27%29.02%-
HSV(B)26.54º82.54%49.41%-
XYZ10.828.631.85-
YUV80.195.22160.74-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 58.33%
GREEN value IS 68 (26.95% from 255) = 31.48%
BLUE value IS 22 (8.98% from 255) = 10.19%
R=58.33%
G=31.48%
B=10.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.83
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126682200.460.830.5126.5470.2729.02
Hex7E441602E53331b461d
Octal17610426056123633310635
Binary11111101000100101100101110101001111001111011100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4416

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,68,22); }

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

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

 a { background-color: rgb(126,68,22); }

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

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

 span { border-color: rgb(126,68,22); }

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