Html Css Color HEX #4E4141 Woody Brown

📋 copy color: '#4E4141'

red 78 ◦ green 65 ◦ blue 65

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

Shades of Woody Brown #4E4141

Tints of Woody Brown #4E4141

RGB

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

 GREEN value IS 65 (25.78% from 255) = 31.25%

 BLUE value IS 65 (25.78% from 255) = 31.25%

R = 37.5%
G = 31.25%
B = 31.25%

CMYK

 C value IS 0

 M value IS 0.17

 Y value IS 0.17

 K value IS 0.69

RGB Variations

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

Color information

#4E4141 (or 0x4E4141) is known color: Woody Brown. HEX triplet: 4E, 41 and 41. RGB value is (78,65,65). Sum of RGB (Red+Green+Blue) = 78+65+65=208 (27% of max value = 765). Red value is 78 (30.86% from 255 or 37.5% from 208); Green value is 65 (25.78% from 255 or 31.25% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4141 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4141 is #B1BEBE. Grayscale: #444444. Windows color (decimal): -11648703 or 4276558. OLE color: 4276558.

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

Color convert

RGB 78 65 65 -
CMYK 0 0.17 0.17 0.69
HSL 0.09% 0.28% -
HSV(B) 0.17% 0.31% -
XYZ 5.99 5.78 5.8 -
YUV 68.89 125.81 134.5 -
System Red Green Blue C M Y K H S L
Decimal 78 65 65 0 0.17 0.17 0.69 0 0.09 0.28
Hex 4E 41 41 0 11 11 45 0 9 1C
Octal 116 101 101 0 21 21 105 0 11 34
Binary 1001110 1000001 1000001 0 10001 10001 1000101 0 1001 11100

Color Harmonies of #4E4141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4141

Black with #4E4141

Text Example


Text Example

White with #4E4141

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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