#523D43

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

Shades of Emperor #523D43

Tints of Emperor #523D43

Color information

#523D43 (or 0x523D43) is unknown color: approx Emperor. HEX triplet: 52, 3D and 43. RGB value is (82,61,67). Sum of RGB (Red+Green+Blue) = 82+61+67=210 (27% of max value = 765). Red value is 82 (32.42% from 255 or 39.05% from 210); Green value is 61 (24.22% from 255 or 29.05% from 210); Blue value is 67 (26.56% from 255 or 31.90% from 210); Max value from RGB is 82 - color contains mainly: red. Hex color #523D43 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #523D43 is #ADC2BC. Grayscale: #434343. Windows color (decimal): -11387581 or 4406610. OLE color: 4406610.

HSL color Cylindrical-coordinate representation of color #523D43: hue angle of 342.86º degrees, saturation: 0.15, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #523D43 is Cyan = 0, Magento = 0.26, Yellow = 0.18 and Black (K on CMYK) = 0.68.

Color convert

RGB826167-
CMYK00.260.180.68
HSL342.86º14.69%28.04%-
HSV(B)342.86º25.61%32.16%-
XYZ6.165.546.05-
YUV67.96127.46138.01-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 39.05%
GREEN value IS 61 (24.22% from 255) = 29.05%
BLUE value IS 67 (26.56% from 255) = 31.90%
R=39.05%
G=29.05%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.26
Y (Yellow) values IS 0.18
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal82616700.260.180.68342.8614.6928.04
Hex523D4301A1244157f1c
Octal12275103032221045271734
Binary10100101111011000011011010100101000100101010111111111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523D43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523D43; }

 p { color: rgb(82,61,67); }

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

<style>
 a { background-color: #523D43; }

 a { background-color: rgb(82,61,67); }

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

<style>
 span { border-color: #523D43; }

 span { border-color: rgb(82,61,67); }

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