#7A411B

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

Shades of Russet #7A411B

Tints of Russet #7A411B

Color information

#7A411B (or 0x7A411B) is unknown color: approx Russet. HEX triplet: 7A, 41 and 1B. RGB value is (122,65,27). Sum of RGB (Red+Green+Blue) = 122+65+27=214 (28% of max value = 765). Red value is 122 (48.05% from 255 or 57.01% from 214); Green value is 65 (25.78% from 255 or 30.37% from 214); Blue value is 27 (10.94% from 255 or 12.62% from 214); Max value from RGB is 122 - color contains mainly: red. Hex color #7A411B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A411B is #85BEE4. Grayscale: #4D4D4D. Windows color (decimal): -8765157 or 1786234. OLE color: 1786234.

HSL color Cylindrical-coordinate representation of color #7A411B: hue angle of 24º 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 #7A411B is Cyan = 0, Magento = 0.47, Yellow = 0.78 and Black (K on CMYK) = 0.52.

Color convert

RGB1226527-
CMYK00.470.780.52
HSL24º63.76%29.22%-
HSV(B)24º77.87%47.84%-
XYZ10.1182.05-
YUV77.7199.38159.59-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 57.01%
GREEN value IS 65 (25.78% from 255) = 30.37%
BLUE value IS 27 (10.94% from 255) = 12.62%
R=57.01%
G=30.37%
B=12.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.78
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122652700.470.780.522463.7629.22
Hex7A411B02F4E3418401d
Octal17210133057116643010035
Binary11110101000001110110101111100111011010011000100000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A411B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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