#514546

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

Shades of Emperor #514546

Tints of Emperor #514546

Color information

#514546 (or 0x514546) is unknown color: approx Emperor. HEX triplet: 51, 45 and 46. RGB value is (81,69,70). Sum of RGB (Red+Green+Blue) = 81+69+70=220 (29% of max value = 765). Red value is 81 (32.03% from 255 or 36.82% from 220); Green value is 69 (27.34% from 255 or 31.36% from 220); Blue value is 70 (27.73% from 255 or 31.82% from 220); Max value from RGB is 81 - color contains mainly: red. Hex color #514546 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #514546 is #AEBAB9. Grayscale: #484848. Windows color (decimal): -11451066 or 4605265. OLE color: 4605265.

HSL color Cylindrical-coordinate representation of color #514546: hue angle of 355º 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 #514546 is Cyan = 0, Magento = 0.15, Yellow = 0.14 and Black (K on CMYK) = 0.68.

Color convert

RGB816970-
CMYK00.150.140.68
HSL355º8%29.41%-
HSV(B)355º14.81%31.76%-
XYZ6.636.456.69-
YUV72.7126.48133.92-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 36.82%
GREEN value IS 69 (27.34% from 255) = 31.36%
BLUE value IS 70 (27.73% from 255) = 31.82%
R=36.82%
G=31.36%
B=31.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.15
Y (Yellow) values IS 0.14
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81697000.150.140.68355829.41
Hex5145460FE4416381d
Octal121105106017161045431035
Binary1010001100010110001100111111101000100101100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #514546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #514546; }

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

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

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

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

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

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

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

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