#552C22

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

Shades of Caput Mortuum #552C22

Tints of Caput Mortuum #552C22

Color information

#552C22 (or 0x552C22) is unknown color: approx Caput Mortuum. HEX triplet: 55, 2C and 22. RGB value is (85,44,34). Sum of RGB (Red+Green+Blue) = 85+44+34=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 44 (17.58% from 255 or 26.99% from 163); Blue value is 34 (13.67% from 255 or 20.86% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #552C22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C22 is #AAD3DD. Grayscale: #373737. Windows color (decimal): -11195358 or 2239573. OLE color: 2239573.

HSL color Cylindrical-coordinate representation of color #552C22: hue angle of 11.76º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #552C22 is Cyan = 0, Magento = 0.48, Yellow = 0.60 and Black (K on CMYK) = 0.67.

Color convert

RGB854434-
CMYK00.480.600.67
HSL11.76º42.86%23.33%-
HSV(B)11.76º60%33.33%-
XYZ4.943.852-
YUV55.12116.08149.31-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 44 (17.58% from 255) = 26.99%
BLUE value IS 34 (13.67% from 255) = 20.86%
R=52.15%
G=26.99%
B=20.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85443400.480.600.6711.7642.8623.33
Hex552C220303C43c2b17
Octal125544206074103145327
Binary101010110110010001001100001111001000011110010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,44,34); }

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

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

 a { background-color: rgb(85,44,34); }

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

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

 span { border-color: rgb(85,44,34); }

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