#514548

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

Shades of Emperor #514548

Tints of Emperor #514548

Color information

#514548 (or 0x514548) is unknown color: approx Emperor. HEX triplet: 51, 45 and 48. RGB value is (81,69,72). Sum of RGB (Red+Green+Blue) = 81+69+72=222 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.49% from 222); Green value is 69 (27.34% from 255 or 31.08% from 222); Blue value is 72 (28.52% from 255 or 32.43% from 222); Max value from RGB is 81 - color contains mainly: red. Hex color #514548 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514548 is #AEBAB7. Grayscale: #484848. Windows color (decimal): -11451064 or 4736337. OLE color: 4736337.

HSL color Cylindrical-coordinate representation of color #514548: hue angle of 345º degrees, saturation: 0.08, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #514548 is Cyan = 0, Magento = 0.15, Yellow = 0.11 and Black (K on CMYK) = 0.68.

Color convert

RGB816972-
CMYK00.150.110.68
HSL345º8%29.41%-
HSV(B)345º14.81%31.76%-
XYZ6.696.477.03-
YUV72.93127.48133.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.49%
GREEN value IS 69 (27.34% from 255) = 31.08%
BLUE value IS 72 (28.52% from 255) = 32.43%
R=36.49%
G=31.08%
B=32.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81697200.150.110.68345829.41
Hex5145480FB4415981d
Octal121105110017131045311035
Binary1010001100010110010000111110111000100101011001100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514548; }

 p { color: rgb(81,69,72); }

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

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

 a { background-color: rgb(81,69,72); }

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

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

 span { border-color: rgb(81,69,72); }

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