Html Css Color HEX #4C4345 Emperor

📋 copy color: '#4C4345'

red 76 ◦ green 67 ◦ blue 69

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

Shades of Emperor #4C4345

Tints of Emperor #4C4345

RGB

 RED value IS 76 (30.08% from 255) = 35.85%

 GREEN value IS 67 (26.56% from 255) = 31.6%

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

R = 35.85%
G = 31.6%
B = 32.55%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.09

 K value IS 0.70

RGB Variations

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

Color information

#4C4345 (or 0x4C4345) is known color: Emperor. HEX triplet: 4C, 43 and 45. RGB value is (76,67,69). Sum of RGB (Red+Green+Blue) = 76+67+69=212 (28% of max value = 765). Red value is 76 (30.08% from 255 or 35.85% from 212); Green value is 67 (26.56% from 255 or 31.60% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 76 - color contains mainly: red. Hex color #4C4345 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #4C4345 is #B3BCBA. Grayscale: #454545. Windows color (decimal): -11779259 or 4539212. OLE color: 4539212.

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

Color convert

RGB 76 67 69 -
CMYK 0 0.12 0.09 0.70
HSL 346.67º 0.06% 0.28% -
HSV(B) 346.67º 0.12% 0.3% -
XYZ 6.06 5.98 6.47 -
YUV 69.92 127.48 132.34 -
System Red Green Blue C M Y K H S L
Decimal 76 67 69 0 0.12 0.09 0.70 346.67 0.06 0.28
Hex 4C 43 45 0 C 9 46 15B 6 1C
Octal 114 103 105 0 14 11 106 533 6 34
Binary 1001100 1000011 1000101 0 1100 1001 1000110 101011011 110 11100

Color Harmonies of #4C4345

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4C4345

Black with #4C4345

Text Example


Text Example

White with #4C4345

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,67,69); }

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

background-color css

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

 a { background-color: rgb(76,67,69); }

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

border-color css

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

 span { border-color: rgb(76,67,69); }

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