#5A4348

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

Shades of Emperor #5A4348

Tints of Emperor #5A4348

Color information

#5A4348 (or 0x5A4348) is unknown color: approx Emperor. HEX triplet: 5A, 43 and 48. RGB value is (90,67,72). Sum of RGB (Red+Green+Blue) = 90+67+72=229 (30% of max value = 765). Red value is 90 (35.55% from 255 or 39.30% from 229); Green value is 67 (26.56% from 255 or 29.26% from 229); Blue value is 72 (28.52% from 255 or 31.44% from 229); Max value from RGB is 90 - color contains mainly: red. Hex color #5A4348 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A4348 is #A5BCB7. Grayscale: #4A4A4A. Windows color (decimal): -10861752 or 4735834. OLE color: 4735834.

HSL color Cylindrical-coordinate representation of color #5A4348: hue angle of 346.96º degrees, saturation: 0.15, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #5A4348 is Cyan = 0, Magento = 0.26, Yellow = 0.20 and Black (K on CMYK) = 0.65.

Color convert

RGB906772-
CMYK00.260.200.65
HSL346.96º14.65%30.78%-
HSV(B)346.96º25.56%35.29%-
XYZ7.396.667.03-
YUV74.45126.62139.09-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 39.30%
GREEN value IS 67 (26.56% from 255) = 29.26%
BLUE value IS 72 (28.52% from 255) = 31.44%
R=39.30%
G=29.26%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.20
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90677200.260.200.65346.9614.6530.78
Hex5A434801A144115bf1f
Octal132103110032241015331737
Binary101101010000111001000011010101001000001101011011111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A4348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,67,72); }

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

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

 a { background-color: rgb(90,67,72); }

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

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

 span { border-color: rgb(90,67,72); }

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