#552922

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

Shades of Caput Mortuum #552922

Tints of Caput Mortuum #552922

Color information

#552922 (or 0x552922) is unknown color: approx Caput Mortuum. HEX triplet: 55, 29 and 22. RGB value is (85,41,34). Sum of RGB (Red+Green+Blue) = 85+41+34=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 41 (16.41% from 255 or 25.62% from 160); Blue value is 34 (13.67% from 255 or 21.25% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #552922 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552922 is #AAD6DD. Grayscale: #353535. Windows color (decimal): -11196126 or 2238805. OLE color: 2238805.

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

Color convert

RGB854134-
CMYK00.520.600.67
HSL8.24º42.86%23.33%-
HSV(B)8.24º60%33.33%-
XYZ4.833.631.96-
YUV53.36117.08150.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.12%
GREEN value IS 41 (16.41% from 255) = 25.62%
BLUE value IS 34 (13.67% from 255) = 21.25%
R=53.12%
G=25.62%
B=21.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85413400.520.600.678.2442.8623.33
Hex5529220343C4382b17
Octal125514206474103105327
Binary101010110100110001001101001111001000011100010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552922

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552922; }

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

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

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

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

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

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

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

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