#7F3C14

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

Shades of Russet #7F3C14

Tints of Russet #7F3C14

Color information

#7F3C14 (or 0x7F3C14) is unknown color: approx Russet. HEX triplet: 7F, 3C and 14. RGB value is (127,60,20). Sum of RGB (Red+Green+Blue) = 127+60+20=207 (27% of max value = 765). Red value is 127 (50% from 255 or 61.35% from 207); Green value is 60 (23.83% from 255 or 28.99% from 207); Blue value is 20 (8.20% from 255 or 9.66% from 207); Max value from RGB is 127 - color contains mainly: red. Hex color #7F3C14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F3C14 is #80C3EB. Grayscale: #4B4B4B. Windows color (decimal): -8438764 or 1326207. OLE color: 1326207.

HSL color Cylindrical-coordinate representation of color #7F3C14: hue angle of 22.43º 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 #7F3C14 is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.50.

Color convert

RGB1276020-
CMYK00.530.840.50
HSL22.43º72.79%28.82%-
HSV(B)22.43º84.25%49.8%-
XYZ10.497.791.61-
YUV75.4796.7164.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 61.35%
GREEN value IS 60 (23.83% from 255) = 28.99%
BLUE value IS 20 (8.20% from 255) = 9.66%
R=61.35%
G=28.99%
B=9.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.84
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127602000.530.840.5022.4372.7928.82
Hex7F3C14035543216491d
Octal1777424065124622611135
Binary1111111111100101000110101101010011001010110100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F3C14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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