#5A3D42

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

Shades of Emperor #5A3D42

Tints of Emperor #5A3D42

Color information

#5A3D42 (or 0x5A3D42) is unknown color: approx Emperor. HEX triplet: 5A, 3D and 42. RGB value is (90,61,66). Sum of RGB (Red+Green+Blue) = 90+61+66=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 61 (24.22% from 255 or 28.11% from 217); Blue value is 66 (26.17% from 255 or 30.41% from 217); Max value from RGB is 90 - color contains mainly: red. Hex color #5A3D42 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A3D42 is #A5C2BD. Grayscale: #464646. Windows color (decimal): -10863294 or 4341082. OLE color: 4341082.

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

Color convert

RGB906166-
CMYK00.320.270.65
HSL349.66º19.21%29.61%-
HSV(B)349.66º32.22%35.29%-
XYZ6.875.95.93-
YUV70.24125.61142.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 41.47%
GREEN value IS 61 (24.22% from 255) = 28.11%
BLUE value IS 66 (26.17% from 255) = 30.41%
R=41.47%
G=28.11%
B=30.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.27
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90616600.320.270.65349.6619.2129.61
Hex5A3D420201B4115e131e
Octal13275102040331015362336
Binary1011010111101100001001000001101110000011010111101001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A3D42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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