#552616

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

Shades of Caput Mortuum #552616

Tints of Caput Mortuum #552616

Color information

#552616 (or 0x552616) is unknown color: approx Caput Mortuum. HEX triplet: 55, 26 and 16. RGB value is (85,38,22). Sum of RGB (Red+Green+Blue) = 85+38+22=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 38 (15.23% from 255 or 26.21% from 145); Blue value is 22 (8.98% from 255 or 15.17% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #552616 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552616 is #AAD9E9. Grayscale: #323232. Windows color (decimal): -11196906 or 1451605. OLE color: 1451605.

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

Color convert

RGB853822-
CMYK00.550.740.67
HSL15.24º58.88%20.98%-
HSV(B)15.24º74.12%33.33%-
XYZ4.583.381.17-
YUV50.23112.07152.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.62%
GREEN value IS 38 (15.23% from 255) = 26.21%
BLUE value IS 22 (8.98% from 255) = 15.17%
R=58.62%
G=26.21%
B=15.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85382200.550.740.6715.2458.8820.98
Hex5526160374A43f3b15
Octal1254626067112103177325
Binary101010110011010110011011110010101000011111111101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552616

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552616; }

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

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

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

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

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

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

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

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