#7F4B16

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

Shades of Russet #7F4B16

Tints of Russet #7F4B16

Color information

#7F4B16 (or 0x7F4B16) is unknown color: approx Russet. HEX triplet: 7F, 4B and 16. RGB value is (127,75,22). Sum of RGB (Red+Green+Blue) = 127+75+22=224 (29% of max value = 765). Red value is 127 (50% from 255 or 56.70% from 224); Green value is 75 (29.69% from 255 or 33.48% from 224); Blue value is 22 (8.98% from 255 or 9.82% from 224); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4B16 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4B16 is #80B4E9. Grayscale: #545454. Windows color (decimal): -8434922 or 1461119. OLE color: 1461119.

HSL color Cylindrical-coordinate representation of color #7F4B16: hue angle of 30.29º degrees, saturation: 0.7, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #7F4B16 is Cyan = 0, Magento = 0.41, Yellow = 0.83 and Black (K on CMYK) = 0.50.

Color convert

RGB1277522-
CMYK00.410.830.50
HSL30.29º70.47%29.22%-
HSV(B)30.29º82.68%49.8%-
XYZ11.419.62.01-
YUV84.5192.73158.31-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 56.70%
GREEN value IS 75 (29.69% from 255) = 33.48%
BLUE value IS 22 (8.98% from 255) = 9.82%
R=56.70%
G=33.48%
B=9.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.83
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127752200.410.830.5030.2970.4729.22
Hex7F4B1602953321e461d
Octal17711326051123623610635
Binary11111111001011101100101001101001111001011110100011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4B16

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,75,22); }

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

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

 a { background-color: rgb(127,75,22); }

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

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

 span { border-color: rgb(127,75,22); }

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