#7A401B

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

Shades of Russet #7A401B

Tints of Russet #7A401B

Color information

#7A401B (or 0x7A401B) is unknown color: approx Russet. HEX triplet: 7A, 40 and 1B. RGB value is (122,64,27). Sum of RGB (Red+Green+Blue) = 122+64+27=213 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.28% from 213); Green value is 64 (25.39% from 255 or 30.05% from 213); Blue value is 27 (10.94% from 255 or 12.68% from 213); Max value from RGB is 122 - color contains mainly: red. Hex color #7A401B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A401B is #85BFE4. Grayscale: #4D4D4D. Windows color (decimal): -8765413 or 1785978. OLE color: 1785978.

HSL color Cylindrical-coordinate representation of color #7A401B: hue angle of 23.37º degrees, saturation: 0.64, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #7A401B is Cyan = 0, Magento = 0.48, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB1226427-
CMYK00.480.780.52
HSL23.37º63.76%29.22%-
HSV(B)23.37º77.87%47.84%-
XYZ10.067.882.03-
YUV77.1299.72160.01-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 57.28%
GREEN value IS 64 (25.39% from 255) = 30.05%
BLUE value IS 27 (10.94% from 255) = 12.68%
R=57.28%
G=30.05%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122642700.480.780.5223.3763.7629.22
Hex7A401B0304E3417401d
Octal17210033060116642710035
Binary11110101000000110110110000100111011010010111100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A401B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,64,27); }

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

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

 a { background-color: rgb(122,64,27); }

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

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

 span { border-color: rgb(122,64,27); }

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