#4F4544

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

Shades of Woody Brown #4F4544

Tints of Woody Brown #4F4544

Color information

#4F4544 (or 0x4F4544) is unknown color: approx Woody Brown. HEX triplet: 4F, 45 and 44. RGB value is (79,69,68). Sum of RGB (Red+Green+Blue) = 79+69+68=216 (28% of max value = 765). Red value is 79 (31.25% from 255 or 36.57% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 68 (26.95% from 255 or 31.48% from 216); Max value from RGB is 79 - color contains mainly: red. Hex color #4F4544 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4F4544 is #B0BABB. Grayscale: #474747. Windows color (decimal): -11582140 or 4474191. OLE color: 4474191.

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

Color convert

RGB796968-
CMYK00.130.140.69
HSL5.45º7.48%28.82%-
HSV(B)5.45º13.92%30.98%-
XYZ6.46.346.35-
YUV71.88125.81133.08-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 36.57%
GREEN value IS 69 (27.34% from 255) = 31.94%
BLUE value IS 68 (26.95% from 255) = 31.48%
R=36.57%
G=31.94%
B=31.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.14
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal79696800.130.140.695.457.4828.82
Hex4F45440DE45571d
Octal117105104015161055735
Binary100111110001011000100011011110100010110111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4F4544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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