#552116

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

Shades of Caput Mortuum #552116

Tints of Caput Mortuum #552116

Color information

#552116 (or 0x552116) is unknown color: approx Caput Mortuum. HEX triplet: 55, 21 and 16. RGB value is (85,33,22). Sum of RGB (Red+Green+Blue) = 85+33+22=140 (18% of max value = 765). Red value is 85 (33.59% from 255 or 60.71% from 140); Green value is 33 (13.28% from 255 or 23.57% from 140); Blue value is 22 (8.98% from 255 or 15.71% from 140); Max value from RGB is 85 - color contains mainly: red. Hex color #552116 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552116 is #AADEE9. Grayscale: #2F2F2F. Windows color (decimal): -11198186 or 1450325. OLE color: 1450325.

HSL color Cylindrical-coordinate representation of color #552116: hue angle of 10.48º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #552116 is Cyan = 0, Magento = 0.61, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB853322-
CMYK00.610.740.67
HSL10.48º58.88%20.98%-
HSV(B)10.48º74.12%33.33%-
XYZ4.433.081.12-
YUV47.29113.73154.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 60.71%
GREEN value IS 33 (13.28% from 255) = 23.57%
BLUE value IS 22 (8.98% from 255) = 15.71%
R=60.71%
G=23.57%
B=15.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85332200.610.740.6710.4858.8820.98
Hex55211603D4A43a3b15
Octal1254126075112103127325
Binary101010110000110110011110110010101000011101011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552116

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552116; }

 p { color: rgb(85,33,22); }

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

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

 a { background-color: rgb(85,33,22); }

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

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

 span { border-color: rgb(85,33,22); }

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