Html Css Color HEX #4E4947 Saddle

📋 copy color: '#4E4947'

red 78 ◦ green 73 ◦ blue 71

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

Shades of Saddle #4E4947

Tints of Saddle #4E4947

RGB

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

 GREEN value IS 73 (28.91% from 255) = 32.88%

 BLUE value IS 71 (28.13% from 255) = 31.98%

R = 35.14%
G = 32.88%
B = 31.98%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.09

 K value IS 0.69

RGB Variations

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

Color information

#4E4947 (or 0x4E4947) is known color: Saddle. HEX triplet: 4E, 49 and 47. RGB value is (78,73,71). Sum of RGB (Red+Green+Blue) = 78+73+71=222 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.14% from 222); Green value is 73 (28.91% from 255 or 32.88% from 222); Blue value is 71 (28.12% from 255 or 31.98% from 222); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4947 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4947 is #B1B6B8. Grayscale: #4A4A4A. Windows color (decimal): -11646649 or 4671822. OLE color: 4671822.

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

Color convert

RGB 78 73 71 -
CMYK 0 0.06 0.09 0.69
HSL 17.14º 0.05% 0.29% -
HSV(B) 17.14º 0.09% 0.31% -
XYZ 6.66 6.84 6.93 -
YUV 74.27 126.16 130.66 -
System Red Green Blue C M Y K H S L
Decimal 78 73 71 0 0.06 0.09 0.69 17.14 0.05 0.29
Hex 4E 49 47 0 6 9 45 11 5 1D
Octal 116 111 107 0 6 11 105 21 5 35
Binary 1001110 1001001 1000111 0 110 1001 1000101 10001 101 11101

Color Harmonies of #4E4947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4947

Black with #4E4947

Text Example


Text Example

White with #4E4947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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