Html Css Color HEX #4E4545 Woody Brown

📋 copy color: '#4E4545'

red 78 ◦ green 69 ◦ blue 69

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

Shades of Woody Brown #4E4545

Tints of Woody Brown #4E4545

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 value IS 0

 M value IS 0.12

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#4E4545 (or 0x4E4545) is known color: 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

RGB 78 69 69 -
CMYK 0 0.12 0.12 0.69
HSL 0.06% 0.29% -
HSV(B) 0.12% 0.31% -
XYZ 6.34 6.31 6.51 -
YUV 71.69 126.48 132.5 -
System Red Green Blue C M Y K H S L
Decimal 78 69 69 0 0.12 0.12 0.69 0 0.06 0.29
Hex 4E 45 45 0 C C 45 0 6 1D
Octal 116 105 105 0 14 14 105 0 6 35
Binary 1001110 1000101 1000101 0 1100 1100 1000101 0 110 11101

Color Harmonies of #4E4545

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4545

Black with #4E4545

Text Example


Text Example

White with #4E4545

Text Example


Text Example

HTML Codes & Css Web 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>