#7E4522

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

Shades of Russet #7E4522

Tints of Russet #7E4522

Color information

#7E4522 (or 0x7E4522) is unknown color: approx Russet. HEX triplet: 7E, 45 and 22. RGB value is (126,69,34). Sum of RGB (Red+Green+Blue) = 126+69+34=229 (30% of max value = 765). Red value is 126 (49.61% from 255 or 55.02% from 229); Green value is 69 (27.34% from 255 or 30.13% from 229); Blue value is 34 (13.67% from 255 or 14.85% from 229); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4522 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4522 is #81BADD. Grayscale: #525252. Windows color (decimal): -8501982 or 2246014. OLE color: 2246014.

HSL color Cylindrical-coordinate representation of color #7E4522: hue angle of 22.83º degrees, saturation: 0.57, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #7E4522 is Cyan = 0, Magento = 0.45, Yellow = 0.73 and Black (K on CMYK) = 0.51.

Color convert

RGB1266934-
CMYK00.450.730.51
HSL22.83º57.5%31.37%-
HSV(B)22.83º73.02%49.41%-
XYZ11.028.812.63-
YUV82.05100.88159.35-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 55.02%
GREEN value IS 69 (27.34% from 255) = 30.13%
BLUE value IS 34 (13.67% from 255) = 14.85%
R=55.02%
G=30.13%
B=14.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.73
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126693400.450.730.5122.8357.531.37
Hex7E452202D4933173a1f
Octal1761054205511163277237
Binary11111101000101100010010110110010011100111011111101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4522

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,69,34); }

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

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

 a { background-color: rgb(126,69,34); }

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

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

 span { border-color: rgb(126,69,34); }

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