#7F5018

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

Shades of Russet #7F5018

Tints of Russet #7F5018

Color information

#7F5018 (or 0x7F5018) is unknown color: approx Russet. HEX triplet: 7F, 50 and 18. RGB value is (127,80,24). Sum of RGB (Red+Green+Blue) = 127+80+24=231 (30% of max value = 765). Red value is 127 (50% from 255 or 54.98% from 231); Green value is 80 (31.64% from 255 or 34.63% from 231); Blue value is 24 (9.77% from 255 or 10.39% from 231); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5018 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #7F5018 is #80AFE7. Grayscale: #575757. Windows color (decimal): -8433640 or 1593471. OLE color: 1593471.

HSL color Cylindrical-coordinate representation of color #7F5018: hue angle of 32.62º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #7F5018 is Cyan = 0, Magento = 0.37, Yellow = 0.81 and Black (K on CMYK) = 0.50.

Color convert

RGB1278024-
CMYK00.370.810.50
HSL32.62º68.21%29.61%-
HSV(B)32.62º81.1%49.8%-
XYZ11.7910.322.23-
YUV87.6792.07156.05-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 54.98%
GREEN value IS 80 (31.64% from 255) = 34.63%
BLUE value IS 24 (9.77% from 255) = 10.39%
R=54.98%
G=34.63%
B=10.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127802400.370.810.5032.6268.2129.61
Hex7F5018025513221441e
Octal17712030045121624110436
Binary111111110100001100001001011010001110010100001100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,80,24); }

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

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

 a { background-color: rgb(127,80,24); }

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

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

 span { border-color: rgb(127,80,24); }

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