#7A481F

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

Shades of Russet #7A481F

Tints of Russet #7A481F

Color information

#7A481F (or 0x7A481F) is unknown color: approx Russet. HEX triplet: 7A, 48 and 1F. RGB value is (122,72,31). Sum of RGB (Red+Green+Blue) = 122+72+31=225 (29% of max value = 765). Red value is 122 (48.05% from 255 or 54.22% from 225); Green value is 72 (28.52% from 255 or 32% from 225); Blue value is 31 (12.5% from 255 or 13.78% from 225); Max value from RGB is 122 - color contains mainly: red. Hex color #7A481F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #7A481F is #85B7E0. Grayscale: #525252. Windows color (decimal): -8763361 or 2050170. OLE color: 2050170.

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

Color convert

RGB1227231-
CMYK00.410.750.52
HSL27.03º59.48%30%-
HSV(B)27.03º74.59%47.84%-
XYZ10.598.872.45-
YUV82.2899.06156.33-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 54.22%
GREEN value IS 72 (28.52% from 255) = 32%
BLUE value IS 31 (12.5% from 255) = 13.78%
R=54.22%
G=32%
B=13.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122723100.410.750.5227.0359.4830
Hex7A481F0294B341b3b1e
Octal1721103705111364337336
Binary1111010100100011111010100110010111101001101111101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A481F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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