#552519

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

Shades of Caput Mortuum #552519

Tints of Caput Mortuum #552519

Color information

#552519 (or 0x552519) is unknown color: approx Caput Mortuum. HEX triplet: 55, 25 and 19. RGB value is (85,37,25). Sum of RGB (Red+Green+Blue) = 85+37+25=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 37 (14.84% from 255 or 25.17% from 147); Blue value is 25 (10.16% from 255 or 17.01% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #552519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552519 is #AADAE6. Grayscale: #323232. Windows color (decimal): -11197159 or 1647957. OLE color: 1647957.

HSL color Cylindrical-coordinate representation of color #552519: hue angle of 12º 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 #552519 is Cyan = 0, Magento = 0.56, Yellow = 0.71 and Black (K on CMYK) = 0.67.

Color convert

RGB853725-
CMYK00.560.710.67
HSL12º54.55%21.57%-
HSV(B)12º70.59%33.33%-
XYZ4.583.321.32-
YUV49.98113.9152.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 37 (14.84% from 255) = 25.17%
BLUE value IS 25 (10.16% from 255) = 17.01%
R=57.82%
G=25.17%
B=17.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85372500.560.710.671254.5521.57
Hex5525190384743c3716
Octal1254531070107103146726
Binary101010110010111001011100010001111000011110011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552519

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552519; }

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

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

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

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

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

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

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

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