#7E401A

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

Shades of Russet #7E401A

Tints of Russet #7E401A

Color information

#7E401A (or 0x7E401A) is unknown color: approx Russet. HEX triplet: 7E, 40 and 1A. RGB value is (126,64,26). Sum of RGB (Red+Green+Blue) = 126+64+26=216 (28% of max value = 765). Red value is 126 (49.61% from 255 or 58.33% from 216); Green value is 64 (25.39% from 255 or 29.63% from 216); Blue value is 26 (10.55% from 255 or 12.04% from 216); Max value from RGB is 126 - color contains mainly: red. Hex color #7E401A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7E401A is #81BFE5. Grayscale: #4E4E4E. Windows color (decimal): -8503270 or 1720446. OLE color: 1720446.

HSL color Cylindrical-coordinate representation of color #7E401A: hue angle of 22.8º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #7E401A is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.51.

Color convert

RGB1266426-
CMYK00.490.790.51
HSL22.8º65.79%29.8%-
HSV(B)22.8º79.37%49.41%-
XYZ10.628.182-
YUV78.2198.54162.09-

RGB Variations

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

RGB

RED value IS 126 (49.61% from 255) = 58.33%
GREEN value IS 64 (25.39% from 255) = 29.63%
BLUE value IS 26 (10.55% from 255) = 12.04%
R=58.33%
G=29.63%
B=12.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal126642600.490.790.5122.865.7929.8
Hex7E401A0314F3317421e
Octal17610032061117632710236
Binary11111101000000110100110001100111111001110111100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7E401A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(126,64,26); }

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

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

 a { background-color: rgb(126,64,26); }

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

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

 span { border-color: rgb(126,64,26); }

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