#4F4040

Color #4F4040 Woody Brown (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Woody Brown #4F4040

Tints of Woody Brown #4F4040

Color information

#4F4040 (or 0x4F4040) is unknown color: approx Woody Brown. HEX triplet: 4F, 40 and 40. RGB value is (79,64,64). Sum of RGB (Red+Green+Blue) = 79+64+64=207 (27% of max value = 765). Red value is 79 (31.25% from 255 or 38.16% from 207); Green value is 64 (25.39% from 255 or 30.92% from 207); Blue value is 64 (25.39% from 255 or 30.92% from 207); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4040 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4040 is #B0BFBF. Grayscale: #444444. Windows color (decimal): -11583424 or 4210767. OLE color: 4210767.

HSL color Cylindrical-coordinate representation of color #4F4040: hue angle of 0º degrees, saturation: 0.1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #4F4040 is Cyan = 0, Magento = 0.19, Yellow = 0.19 and Black (K on CMYK) = 0.69.

Color convert

RGB796464-
CMYK00.190.190.69
HSL10.49%28.04%-
HSV(B)18.99%30.98%-
XYZ5.985.75.64-
YUV68.48125.47135.5-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 38.16%
GREEN value IS 64 (25.39% from 255) = 30.92%
BLUE value IS 64 (25.39% from 255) = 30.92%
R=38.16%
G=30.92%
B=30.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.19
Y (Yellow) values IS 0.19
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79646400.190.190.69010.4928.04
Hex4F404001313450a1c
Octal1171001000232310501234
Binary1001111100000010000000100111001110001010101011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4040

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4F4040; }

 p { color: rgb(79,64,64); }

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

<style>
 a { background-color: #4F4040; }

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

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

<style>
 span { border-color: #4F4040; }

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

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