#552B20

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

Shades of Caput Mortuum #552B20

Tints of Caput Mortuum #552B20

Color information

#552B20 (or 0x552B20) is unknown color: approx Caput Mortuum. HEX triplet: 55, 2B and 20. RGB value is (85,43,32). Sum of RGB (Red+Green+Blue) = 85+43+32=160 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.12% from 160); Green value is 43 (17.19% from 255 or 26.88% from 160); Blue value is 32 (12.89% from 255 or 20% from 160); Max value from RGB is 85 - color contains mainly: red. Hex color #552B20 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552B20 is #AAD4DF. Grayscale: #363636. Windows color (decimal): -11195616 or 2108245. OLE color: 2108245.

HSL color Cylindrical-coordinate representation of color #552B20: hue angle of 12.45º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #552B20 is Cyan = 0, Magento = 0.49, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB854332-
CMYK00.490.620.67
HSL12.45º45.3%22.94%-
HSV(B)12.45º62.35%33.33%-
XYZ4.873.761.84-
YUV54.3115.41149.89-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.12%
GREEN value IS 43 (17.19% from 255) = 26.88%
BLUE value IS 32 (12.89% from 255) = 20%
R=53.12%
G=26.88%
B=20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85433200.490.620.6712.4545.322.94
Hex552B200313E43c2d17
Octal125534006176103145527
Binary101010110101110000001100011111101000011110010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552B20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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