#7F4018

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

Shades of Russet #7F4018

Tints of Russet #7F4018

Color information

#7F4018 (or 0x7F4018) is unknown color: approx Russet. HEX triplet: 7F, 40 and 18. RGB value is (127,64,24). Sum of RGB (Red+Green+Blue) = 127+64+24=215 (28% of max value = 765). Red value is 127 (50% from 255 or 59.07% from 215); Green value is 64 (25.39% from 255 or 29.77% from 215); Blue value is 24 (9.77% from 255 or 11.16% from 215); Max value from RGB is 127 - color contains mainly: red. Hex color #7F4018 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #7F4018 is #80BFE7. Grayscale: #4E4E4E. Windows color (decimal): -8437736 or 1589375. OLE color: 1589375.

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

Color convert

RGB1276424-
CMYK00.500.810.50
HSL23.3º68.21%29.61%-
HSV(B)23.3º81.1%49.8%-
XYZ10.758.241.89-
YUV78.2897.37162.75-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 59.07%
GREEN value IS 64 (25.39% from 255) = 29.77%
BLUE value IS 24 (9.77% from 255) = 11.16%
R=59.07%
G=29.77%
B=11.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.81
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127642400.500.810.5023.368.2129.61
Hex7F4018032513217441e
Octal17710030062121622710436
Binary11111111000000110000110010101000111001010111100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F4018

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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