Html Css Color HEX #4E4845 Cork

📋 copy color: '#4E4845'

red 78 ◦ green 72 ◦ blue 69

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

Shades of Cork #4E4845

Tints of Cork #4E4845

RGB

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

 GREEN value IS 72 (28.52% from 255) = 32.88%

 BLUE value IS 69 (27.34% from 255) = 31.51%

R = 35.62%
G = 32.88%
B = 31.51%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.12

 K value IS 0.69

RGB Variations

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

Color information

#4E4845 (or 0x4E4845) is known color: Cork. HEX triplet: 4E, 48 and 45. RGB value is (78,72,69). Sum of RGB (Red+Green+Blue) = 78+72+69=219 (29% of max value = 765). Red value is 78 (30.86% from 255 or 35.62% from 219); Green value is 72 (28.52% from 255 or 32.88% from 219); Blue value is 69 (27.34% from 255 or 31.51% from 219); Max value from RGB is 78 - color contains mainly: red. Hex color #4E4845 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #4E4845 is #B1B7BA. Grayscale: #494949. Windows color (decimal): -11646907 or 4540494. OLE color: 4540494.

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

Color convert

RGB 78 72 69 -
CMYK 0 0.08 0.12 0.69
HSL 20º 0.06% 0.29% -
HSV(B) 20º 0.12% 0.31% -
XYZ 6.53 6.68 6.58 -
YUV 73.45 125.49 131.24 -
System Red Green Blue C M Y K H S L
Decimal 78 72 69 0 0.08 0.12 0.69 20 0.06 0.29
Hex 4E 48 45 0 8 C 45 14 6 1D
Octal 116 110 105 0 10 14 105 24 6 35
Binary 1001110 1001000 1000101 0 1000 1100 1000101 10100 110 11101

Color Harmonies of #4E4845

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4E4845

Black with #4E4845

Text Example


Text Example

White with #4E4845

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,72,69); }

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

background-color css

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

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

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

border-color css

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

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

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