#7F5E46

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

Shades of Dark Wood #7F5E46

Tints of Dark Wood #7F5E46

Color information

#7F5E46 (or 0x7F5E46) is unknown color: approx Dark Wood. HEX triplet: 7F, 5E and 46. RGB value is (127,94,70). Sum of RGB (Red+Green+Blue) = 127+94+70=291 (38% of max value = 765). Red value is 127 (50% from 255 or 43.64% from 291); Green value is 94 (37.11% from 255 or 32.30% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 127 - color contains mainly: red. Hex color #7F5E46 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #7F5E46 is #80A1B9. Grayscale: #656565. Windows color (decimal): -8430010 or 4611711. OLE color: 4611711.

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

Color convert

RGB1279470-
CMYK00.260.450.50
HSL25.26º28.93%38.63%-
HSV(B)25.26º44.88%49.8%-
XYZ13.8612.967.57-
YUV101.13110.43146.45-

RGB Variations

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

RGB

RED value IS 127 (50% from 255) = 43.64%
GREEN value IS 94 (37.11% from 255) = 32.30%
BLUE value IS 70 (27.73% from 255) = 24.05%
R=43.64%
G=32.30%
B=24.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.45
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal127947000.260.450.5025.2628.9338.63
Hex7F5E4601A2D32191d27
Octal1771361060325562313547
Binary1111111101111010001100110101011011100101100111101100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #7F5E46

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(127,94,70); }

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

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

 a { background-color: rgb(127,94,70); }

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

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

 span { border-color: rgb(127,94,70); }

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