#552921

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

Shades of Caput Mortuum #552921

Tints of Caput Mortuum #552921

Color information

#552921 (or 0x552921) is unknown color: approx Caput Mortuum. HEX triplet: 55, 29 and 21. RGB value is (85,41,33). Sum of RGB (Red+Green+Blue) = 85+41+33=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 41 (16.41% from 255 or 25.79% from 159); Blue value is 33 (13.28% from 255 or 20.75% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #552921 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552921 is #AAD6DE. Grayscale: #353535. Windows color (decimal): -11196127 or 2173269. OLE color: 2173269.

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

Color convert

RGB854133-
CMYK00.520.610.67
HSL9.23º44.07%23.14%-
HSV(B)9.23º61.18%33.33%-
XYZ4.813.631.89-
YUV53.24116.58150.65-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.46%
GREEN value IS 41 (16.41% from 255) = 25.79%
BLUE value IS 33 (13.28% from 255) = 20.75%
R=53.46%
G=25.79%
B=20.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85413300.520.610.679.2344.0723.14
Hex5529210343D4392c17
Octal125514106475103115427
Binary101010110100110000101101001111011000011100110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552921

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552921; }

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

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

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

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

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

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

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

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