#7A501F

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

Shades of Russet #7A501F

Tints of Russet #7A501F

Color information

#7A501F (or 0x7A501F) is unknown color: approx Russet. HEX triplet: 7A, 50 and 1F. RGB value is (122,80,31). Sum of RGB (Red+Green+Blue) = 122+80+31=233 (30% of max value = 765). Red value is 122 (48.05% from 255 or 52.36% from 233); Green value is 80 (31.64% from 255 or 34.33% from 233); Blue value is 31 (12.5% from 255 or 13.30% from 233); Max value from RGB is 122 - color contains mainly: red. Hex color #7A501F is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7A501F is #85AFE0. Grayscale: #575757. Windows color (decimal): -8761313 or 2052218. OLE color: 2052218.

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

Color convert

RGB1228031-
CMYK00.340.750.52
HSL32.31º59.48%30%-
HSV(B)32.31º74.59%47.84%-
XYZ11.149.972.63-
YUV86.9796.41152.98-

RGB Variations

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

RGB

RED value IS 122 (48.05% from 255) = 52.36%
GREEN value IS 80 (31.64% from 255) = 34.33%
BLUE value IS 31 (12.5% from 255) = 13.30%
R=52.36%
G=34.33%
B=13.30%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.75
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal122803100.340.750.5232.3159.4830
Hex7A501F0224B34203b1e
Octal1721203704211364407336
Binary11110101010000111110100010100101111010010000011101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7A501F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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