#552B24

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

Shades of Caput Mortuum #552B24

Tints of Caput Mortuum #552B24

Color information

#552B24 (or 0x552B24) is unknown color: approx Caput Mortuum. HEX triplet: 55, 2B and 24. RGB value is (85,43,36). Sum of RGB (Red+Green+Blue) = 85+43+36=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 36 (14.45% from 255 or 21.95% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #552B24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B24 is #AAD4DB. Grayscale: #363636. Windows color (decimal): -11195612 or 2370389. OLE color: 2370389.

HSL color Cylindrical-coordinate representation of color #552B24: hue angle of 8.57º 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 #552B24 is Cyan = 0, Magento = 0.49, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB854336-
CMYK00.490.580.67
HSL8.57º40.5%23.73%-
HSV(B)8.57º57.65%33.33%-
XYZ4.933.792.14-
YUV54.76117.41149.57-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.83%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 36 (14.45% from 255) = 21.95%
R=51.83%
G=26.22%
B=21.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85433600.490.580.678.5740.523.73
Hex552B240313A4392818
Octal125534406172103115030
Binary101010110101110010001100011110101000011100110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552B24; }

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

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

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

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

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

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

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

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