Html Css Color HEX #4E4746 Woody Brown

📋 copy color: '#4E4746'

red 78 ◦ green 71 ◦ blue 70

#4E4746
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Woody Brown #4E4746

Tints of Woody Brown #4E4746

RGB

 RED value IS 78 (30.86% from 255) = 35.62%

 GREEN value IS 71 (28.13% from 255) = 32.42%

 BLUE value IS 70 (27.73% from 255) = 31.96%

R = 35.62%
G = 32.42%
B = 31.96%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.10

 K value IS 0.69

RGB Variations

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

Color information

#4E4746 (or 0x4E4746) is known color: Woody Brown. HEX triplet: 4E, 47 and 46. RGB value is (78,71,70). Sum of RGB (Red+Green+Blue) = 78+71+70=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 71 (28.12% from 255 or 32.42% from 219); Blue value is 70 (27.73% from 255 or 31.96% from 219); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4746 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4746 is #B1B8B9. Grayscale: #484848. Windows color (decimal): -11647162 or 4605774. OLE color: 4605774.

HSL color Cylindrical-coordinate representation of color #4E4746: hue angle of 7.5º 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 #4E4746 is Cyan = 0, Magento = 0.09, Yellow = 0.10 and Black (K on CMYK) = 0.69.

Color convert

RGB 78 71 70 -
CMYK 0 0.09 0.10 0.69
HSL 7.5º 0.05% 0.29% -
HSV(B) 7.5º 0.1% 0.31% -
XYZ 6.5 6.57 6.72 -
YUV 72.98 126.32 131.58 -
System Red Green Blue C M Y K H S L
Decimal 78 71 70 0 0.09 0.10 0.69 7.5 0.05 0.29
Hex 4E 47 46 0 9 A 45 8 5 1D
Octal 116 107 106 0 11 12 105 10 5 35
Binary 1001110 1000111 1000110 0 1001 1010 1000101 1000 101 11101

Color Harmonies of #4E4746

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4746

Black with #4E4746

Text Example


Text Example

White with #4E4746

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #4E4746;
 }
 .AnyTagClassName
 {
   color: #4E4746;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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