#5A4142

Color #5A4142 Emperor (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Emperor #5A4142

Tints of Emperor #5A4142

Color information

#5A4142 (or 0x5A4142) is unknown color: approx Emperor. HEX triplet: 5A, 41 and 42. RGB value is (90,65,66). Sum of RGB (Red+Green+Blue) = 90+65+66=221 (29% of max value = 765). Red value is 90 (35.55% from 255 or 40.72% from 221); Green value is 65 (25.78% from 255 or 29.41% from 221); Blue value is 66 (26.17% from 255 or 29.86% from 221); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4142 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4142 is #A5BEBD. Grayscale: #484848. Windows color (decimal): -10862270 or 4342106. OLE color: 4342106.

HSL color Cylindrical-coordinate representation of color #5A4142: hue angle of 357.6º degrees, saturation: 0.16, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #5A4142 is Cyan = 0, Magento = 0.28, Yellow = 0.27 and Black (K on CMYK) = 0.65.

Color convert

RGB906566-
CMYK00.280.270.65
HSL357.6º16.13%30.39%-
HSV(B)357.6º27.78%35.29%-
XYZ7.096.356.01-
YUV72.59124.28140.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 40.72%
GREEN value IS 65 (25.78% from 255) = 29.41%
BLUE value IS 66 (26.17% from 255) = 29.86%
R=40.72%
G=29.41%
B=29.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90656600.280.270.65357.616.1330.39
Hex5A414201C1B41166101e
Octal132101102034331015462036
Binary1011010100000110000100111001101110000011011001101000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A4142; }

 p { color: rgb(90,65,66); }

 H1.HeaderClassName
 {
   color: #5A4142;
 }
 .AnyTagClassName
 {
   color: #5A4142;
 }
</style>
background-color css

<style>
 a { background-color: #5A4142; }

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

 div.DivClassName
 {
   background-color: #5A4142;
 }
 .BgClassName
 {
   background-color: #5A4142;
 }
</style>
border-color css

<style>
 span { border-color: #5A4142; }

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

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