#5D3C3F

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

Shades of Emperor #5D3C3F

Tints of Emperor #5D3C3F

Color information

#5D3C3F (or 0x5D3C3F) is unknown color: approx Emperor. HEX triplet: 5D, 3C and 3F. RGB value is (93,60,63). Sum of RGB (Red+Green+Blue) = 93+60+63=216 (28% of max value = 765). Red value is 93 (36.72% from 255 or 43.06% from 216); Green value is 60 (23.83% from 255 or 27.78% from 216); Blue value is 63 (25% from 255 or 29.17% from 216); Max value from RGB is 93 - color contains mainly: red. Hex color #5D3C3F is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5D3C3F is #A2C3C0. Grayscale: #464646. Windows color (decimal): -10666945 or 4144221. OLE color: 4144221.

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

Color convert

RGB936063-
CMYK00.350.320.64
HSL354.55º21.57%30%-
HSV(B)354.55º35.48%36.47%-
XYZ7.035.925.47-
YUV70.21123.93144.26-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 43.06%
GREEN value IS 60 (23.83% from 255) = 27.78%
BLUE value IS 63 (25% from 255) = 29.17%
R=43.06%
G=27.78%
B=29.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.32
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal93606300.350.320.64354.5521.5730
Hex5D3C3F0232040163161e
Octal1357477043401005432636
Binary1011101111100111111010001110000010000001011000111011011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D3C3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,60,63); }

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

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

 a { background-color: rgb(93,60,63); }

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

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

 span { border-color: rgb(93,60,63); }

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