#4E4646

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

Shades of Woody Brown #4E4646

Tints of Woody Brown #4E4646

Color information

#4E4646 (or 0x4E4646) is unknown color: approx Woody Brown. HEX triplet: 4E, 46 and 46. RGB value is (78,70,70). Sum of RGB (Red+Green+Blue) = 78+70+70=218 (28% of max value = 765). Red value is 78 (30.86% from 255 or 35.78% from 218); Green value is 70 (27.73% from 255 or 32.11% from 218); Blue value is 70 (27.73% from 255 or 32.11% from 218); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4646 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4646 is #B1B9B9. Grayscale: #484848. Windows color (decimal): -11647418 or 4605518. OLE color: 4605518.

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

Color convert

RGB787070-
CMYK00.100.100.69
HSL5.41%29.02%-
HSV(B)10.26%30.59%-
XYZ6.446.446.7-
YUV72.39126.65132-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 35.78%
GREEN value IS 70 (27.73% from 255) = 32.11%
BLUE value IS 70 (27.73% from 255) = 32.11%
R=35.78%
G=32.11%
B=32.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.10
Y (Yellow) values IS 0.10
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal78707000.100.100.6905.4129.02
Hex4E46460AA45051d
Octal116106106012121050535
Binary1001110100011010001100101010101000101010111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E4646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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