#552419

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

Shades of Caput Mortuum #552419

Tints of Caput Mortuum #552419

Color information

#552419 (or 0x552419) is unknown color: approx Caput Mortuum. HEX triplet: 55, 24 and 19. RGB value is (85,36,25). Sum of RGB (Red+Green+Blue) = 85+36+25=146 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.22% from 146); Green value is 36 (14.45% from 255 or 24.66% from 146); Blue value is 25 (10.16% from 255 or 17.12% from 146); Max value from RGB is 85 - color contains mainly: red. Hex color #552419 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552419 is #AADBE6. Grayscale: #313131. Windows color (decimal): -11197415 or 1647701. OLE color: 1647701.

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

Color convert

RGB853625-
CMYK00.580.710.67
HSL11º54.55%21.57%-
HSV(B)11º70.59%33.33%-
XYZ4.553.261.31-
YUV49.4114.23153.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.22%
GREEN value IS 36 (14.45% from 255) = 24.66%
BLUE value IS 25 (10.16% from 255) = 17.12%
R=58.22%
G=24.66%
B=17.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85362500.580.710.671154.5521.57
Hex55241903A4743b3716
Octal1254431072107103136726
Binary101010110010011001011101010001111000011101111011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552419

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552419; }

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

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

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

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

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

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

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

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