#552819

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

Shades of Caput Mortuum #552819

Tints of Caput Mortuum #552819

Color information

#552819 (or 0x552819) is unknown color: approx Caput Mortuum. HEX triplet: 55, 28 and 19. RGB value is (85,40,25). Sum of RGB (Red+Green+Blue) = 85+40+25=150 (19% of max value = 765). Red value is 85 (33.59% from 255 or 56.67% from 150); Green value is 40 (16.02% from 255 or 26.67% from 150); Blue value is 25 (10.16% from 255 or 16.67% from 150); Max value from RGB is 85 - color contains mainly: red. Hex color #552819 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552819 is #AAD7E6. Grayscale: #333333. Windows color (decimal): -11196391 or 1648725. OLE color: 1648725.

HSL color Cylindrical-coordinate representation of color #552819: hue angle of 15º degrees, saturation: 0.55, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #552819 is Cyan = 0, Magento = 0.53, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB854025-
CMYK00.530.710.67
HSL15º54.55%21.57%-
HSV(B)15º70.59%33.33%-
XYZ4.683.521.35-
YUV51.74112.91151.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 56.67%
GREEN value IS 40 (16.02% from 255) = 26.67%
BLUE value IS 25 (10.16% from 255) = 16.67%
R=56.67%
G=26.67%
B=16.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85402500.530.710.671554.5521.57
Hex5528190354743f3716
Octal1255031065107103176726
Binary101010110100011001011010110001111000011111111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552819

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552819; }

 p { color: rgb(85,40,25); }

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

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

 a { background-color: rgb(85,40,25); }

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

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

 span { border-color: rgb(85,40,25); }

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