#4E4545

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

Shades of Woody Brown #4E4545

Tints of Woody Brown #4E4545

Color information

#4E4545 (or 0x4E4545) is unknown color: approx Woody Brown. HEX triplet: 4E, 45 and 45. RGB value is (78,69,69). Sum of RGB (Red+Green+Blue) = 78+69+69=216 (28% of max value = 765). Red value is 78 (30.86% from 255 or 36.11% from 216); Green value is 69 (27.34% from 255 or 31.94% from 216); Blue value is 69 (27.34% from 255 or 31.94% from 216); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4545 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4545 is #B1BABA. Grayscale: #474747. Windows color (decimal): -11647675 or 4539726. OLE color: 4539726.

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

Color convert

RGB786969-
CMYK00.120.120.69
HSL6.12%28.82%-
HSV(B)11.54%30.59%-
XYZ6.346.316.51-
YUV71.69126.48132.5-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 36.11%
GREEN value IS 69 (27.34% from 255) = 31.94%
BLUE value IS 69 (27.34% from 255) = 31.94%
R=36.11%
G=31.94%
B=31.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.12
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78696900.120.120.6906.1228.82
Hex4E45450CC45061d
Octal116105105014141050635
Binary1001110100010110001010110011001000101011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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