#552D21

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

Shades of Caput Mortuum #552D21

Tints of Caput Mortuum #552D21

Color information

#552D21 (or 0x552D21) is unknown color: approx Caput Mortuum. HEX triplet: 55, 2D and 21. RGB value is (85,45,33). Sum of RGB (Red+Green+Blue) = 85+45+33=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 45 (17.97% from 255 or 27.61% from 163); Blue value is 33 (13.28% from 255 or 20.25% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #552D21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552D21 is #AAD2DE. Grayscale: #373737. Windows color (decimal): -11195103 or 2174293. OLE color: 2174293.

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

Color convert

RGB854533-
CMYK00.470.610.67
HSL13.85º44.07%23.14%-
HSV(B)13.85º61.18%33.33%-
XYZ4.963.921.93-
YUV55.59115.25148.98-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 45 (17.97% from 255) = 27.61%
BLUE value IS 33 (13.28% from 255) = 20.25%
R=52.15%
G=27.61%
B=20.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0.61
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85453300.470.610.6713.8544.0723.14
Hex552D2102F3D43e2c17
Octal125554105775103165427
Binary101010110110110000101011111111011000011111010110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552D21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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