#552516

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

Shades of Caput Mortuum #552516

Tints of Caput Mortuum #552516

Color information

#552516 (or 0x552516) is unknown color: approx Caput Mortuum. HEX triplet: 55, 25 and 16. RGB value is (85,37,22). Sum of RGB (Red+Green+Blue) = 85+37+22=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 22 (8.98% from 255 or 15.28% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #552516 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552516 is #AADAE9. Grayscale: #313131. Windows color (decimal): -11197162 or 1451349. OLE color: 1451349.

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

Color convert

RGB853722-
CMYK00.560.740.67
HSL14.29º58.88%20.98%-
HSV(B)14.29º74.12%33.33%-
XYZ4.553.311.16-
YUV49.64112.4153.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.03%
GREEN value IS 37 (14.84% from 255) = 25.69%
BLUE value IS 22 (8.98% from 255) = 15.28%
R=59.03%
G=25.69%
B=15.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85372200.560.740.6714.2958.8820.98
Hex5525160384A43e3b15
Octal1254526070112103167325
Binary101010110010110110011100010010101000011111011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552516

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552516; }

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

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

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

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

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

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

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

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