#5A3F40

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

Shades of Emperor #5A3F40

Tints of Emperor #5A3F40

Color information

#5A3F40 (or 0x5A3F40) is unknown color: approx Emperor. HEX triplet: 5A, 3F and 40. RGB value is (90,63,64). Sum of RGB (Red+Green+Blue) = 90+63+64=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 63 (25% from 255 or 29.03% from 217); Blue value is 64 (25.39% from 255 or 29.49% from 217); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3F40 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3F40 is #A5C0BF. Grayscale: #474747. Windows color (decimal): -10862784 or 4210522. OLE color: 4210522.

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

Color convert

RGB906364-
CMYK00.300.290.65
HSL357.78º17.65%30%-
HSV(B)357.78º30%35.29%-
XYZ6.926.15.66-
YUV71.19123.95141.42-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.47%
GREEN value IS 63 (25% from 255) = 29.03%
BLUE value IS 64 (25.39% from 255) = 29.49%
R=41.47%
G=29.03%
B=29.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.29
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90636400.300.290.65357.7817.6530
Hex5A3F4001E1D41166121e
Octal13277100036351015462236
Binary101101011111110000000111101110110000011011001101001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,63,64); }

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

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

 a { background-color: rgb(90,63,64); }

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

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

 span { border-color: rgb(90,63,64); }

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