#4F4545

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

Shades of Woody Brown #4F4545

Tints of Woody Brown #4F4545

Color information

#4F4545 (or 0x4F4545) is unknown color: approx Woody Brown. HEX triplet: 4F, 45 and 45. RGB value is (79,69,69). Sum of RGB (Red+Green+Blue) = 79+69+69=217 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.41% from 217); Green value is 69 (27.34% from 255 or 31.80% from 217); Blue value is 69 (27.34% from 255 or 31.80% from 217); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4545 is #B0BABA. Grayscale: #484848. Windows color (decimal): -11582139 or 4539727. OLE color: 4539727.

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

Color convert

RGB796969-
CMYK00.130.130.69
HSL6.76%29.02%-
HSV(B)12.66%30.98%-
XYZ6.436.356.52-
YUV71.99126.31133-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.41%
GREEN value IS 69 (27.34% from 255) = 31.80%
BLUE value IS 69 (27.34% from 255) = 31.80%
R=36.41%
G=31.80%
B=31.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.13
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79696900.130.130.6906.7629.02
Hex4F45450DD45071d
Octal117105105015151050735
Binary1001111100010110001010110111011000101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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