#7A491F

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

Shades of Russet #7A491F

Tints of Russet #7A491F

Color information

#7A491F (or 0x7A491F) is unknown color: approx Russet. HEX triplet: 7A, 49 and 1F. RGB value is (122,73,31). Sum of RGB (Red+Green+Blue) = 122+73+31=226 (29% of max value = 765). Red value is 122 (48.05% from 255 or 53.98% from 226); Green value is 73 (28.91% from 255 or 32.30% from 226); Blue value is 31 (12.5% from 255 or 13.72% from 226); Max value from RGB is 122 - color contains mainly: red. Hex color #7A491F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A491F is #85B6E0. Grayscale: #535353. Windows color (decimal): -8763105 or 2050426. OLE color: 2050426.

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

Color convert

RGB1227331-
CMYK00.400.750.52
HSL27.69º59.48%30%-
HSV(B)27.69º74.59%47.84%-
XYZ10.6692.47-
YUV82.8698.73155.92-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 53.98%
GREEN value IS 73 (28.91% from 255) = 32.30%
BLUE value IS 31 (12.5% from 255) = 13.72%
R=53.98%
G=32.30%
B=13.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122733100.400.750.5227.6959.4830
Hex7A491F0284B341c3b1e
Octal1721113705011364347336
Binary1111010100100111111010100010010111101001110011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A491F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(122,73,31); }

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

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

 a { background-color: rgb(122,73,31); }

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

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

 span { border-color: rgb(122,73,31); }

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