#7E4C20

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

Shades of Russet #7E4C20

Tints of Russet #7E4C20

Color information

#7E4C20 (or 0x7E4C20) is unknown color: approx Russet. HEX triplet: 7E, 4C and 20. RGB value is (126,76,32). Sum of RGB (Red+Green+Blue) = 126+76+32=234 (30% of max value = 765). Red value is 126 (49.61% from 255 or 53.85% from 234); Green value is 76 (30.08% from 255 or 32.48% from 234); Blue value is 32 (12.89% from 255 or 13.68% from 234); Max value from RGB is 126 - color contains mainly: red. Hex color #7E4C20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E4C20 is #81B3DF. Grayscale: #565656. Windows color (decimal): -8500192 or 2116734. OLE color: 2116734.

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

Color convert

RGB1267632-
CMYK00.400.750.51
HSL28.09º59.49%30.98%-
HSV(B)28.09º74.6%49.41%-
XYZ11.459.712.64-
YUV85.9397.56156.58-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 53.85%
GREEN value IS 76 (30.08% from 255) = 32.48%
BLUE value IS 32 (12.89% from 255) = 13.68%
R=53.85%
G=32.48%
B=13.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126763200.400.750.5128.0959.4930.98
Hex7E4C200284B331c3b1f
Octal1761144005011363347337
Binary11111101001100100000010100010010111100111110011101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E4C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,76,32); }

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

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

 a { background-color: rgb(126,76,32); }

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

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

 span { border-color: rgb(126,76,32); }

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