#7F4314

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

Shades of Russet #7F4314

Tints of Russet #7F4314

Color information

#7F4314 (or 0x7F4314) is unknown color: approx Russet. HEX triplet: 7F, 43 and 14. RGB value is (127,67,20). Sum of RGB (Red+Green+Blue) = 127+67+20=214 (28% of max value = 765). Red value is 127 (50% from 255 or 59.35% from 214); Green value is 67 (26.56% from 255 or 31.31% from 214); Blue value is 20 (8.20% from 255 or 9.35% from 214); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4314 is #80BCEB. Grayscale: #4F4F4F. Windows color (decimal): -8436972 or 1327999. OLE color: 1327999.

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

Color convert

RGB1276720-
CMYK00.470.840.50
HSL26.36º72.79%28.82%-
HSV(B)26.36º84.25%49.8%-
XYZ10.898.581.74-
YUV79.5894.38161.82-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 59.35%
GREEN value IS 67 (26.56% from 255) = 31.31%
BLUE value IS 20 (8.20% from 255) = 9.35%
R=59.35%
G=31.31%
B=9.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127672000.470.840.5026.3672.7928.82
Hex7F431402F54321a491d
Octal17710324057124623211135
Binary11111111000011101000101111101010011001011010100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,67,20); }

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

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

 a { background-color: rgb(127,67,20); }

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

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

 span { border-color: rgb(127,67,20); }

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