#552924

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

Shades of Caput Mortuum #552924

Tints of Caput Mortuum #552924

Color information

#552924 (or 0x552924) is unknown color: approx Caput Mortuum. HEX triplet: 55, 29 and 24. RGB value is (85,41,36). Sum of RGB (Red+Green+Blue) = 85+41+36=162 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.47% from 162); Green value is 41 (16.41% from 255 or 25.31% from 162); Blue value is 36 (14.45% from 255 or 22.22% from 162); Max value from RGB is 85 - color contains mainly: red. Hex color #552924 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552924 is #AAD6DB. Grayscale: #353535. Windows color (decimal): -11196124 or 2369877. OLE color: 2369877.

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

Color convert

RGB854136-
CMYK00.520.580.67
HSL6.12º40.5%23.73%-
HSV(B)6.12º57.65%33.33%-
XYZ4.863.642.12-
YUV53.59118.08150.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.47%
GREEN value IS 41 (16.41% from 255) = 25.31%
BLUE value IS 36 (14.45% from 255) = 22.22%
R=52.47%
G=25.31%
B=22.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85413600.520.580.676.1240.523.73
Hex5529240343A4362818
Octal12551440647210365030
Binary10101011010011001000110100111010100001111010100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552924

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552924; }

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

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

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

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

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

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

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

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