#552820

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

Shades of Caput Mortuum #552820

Tints of Caput Mortuum #552820

Color information

#552820 (or 0x552820) is unknown color: approx Caput Mortuum. HEX triplet: 55, 28 and 20. RGB value is (85,40,32). Sum of RGB (Red+Green+Blue) = 85+40+32=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 40 (16.02% from 255 or 25.48% from 157); Blue value is 32 (12.89% from 255 or 20.38% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #552820 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552820 is #AAD7DF. Grayscale: #343434. Windows color (decimal): -11196384 or 2107477. OLE color: 2107477.

HSL color Cylindrical-coordinate representation of color #552820: hue angle of 9.06º 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 #552820 is Cyan = 0, Magento = 0.53, Yellow = 0.62 and Black (K on CMYK) = 0.67.

Color convert

RGB854032-
CMYK00.530.620.67
HSL9.06º45.3%22.94%-
HSV(B)9.06º62.35%33.33%-
XYZ4.773.551.8-
YUV52.54116.41151.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 40 (16.02% from 255) = 25.48%
BLUE value IS 32 (12.89% from 255) = 20.38%
R=54.14%
G=25.48%
B=20.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.62
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85403200.530.620.679.0645.322.94
Hex5528200353E4392d17
Octal125504006576103115527
Binary101010110100010000001101011111101000011100110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552820

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552820; }

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

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

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

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

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

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

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

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