#552622

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

Shades of Caput Mortuum #552622

Tints of Caput Mortuum #552622

Color information

#552622 (or 0x552622) is unknown color: approx Caput Mortuum. HEX triplet: 55, 26 and 22. RGB value is (85,38,34). Sum of RGB (Red+Green+Blue) = 85+38+34=157 (20% of max value = 765). Red value is 85 (33.59% from 255 or 54.14% from 157); Green value is 38 (15.23% from 255 or 24.20% from 157); Blue value is 34 (13.67% from 255 or 21.66% from 157); Max value from RGB is 85 - color contains mainly: red. Hex color #552622 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552622 is #AAD9DD. Grayscale: #333333. Windows color (decimal): -11196894 or 2238037. OLE color: 2238037.

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

Color convert

RGB853834-
CMYK00.550.600.67
HSL4.71º42.86%23.33%-
HSV(B)4.71º60%33.33%-
XYZ4.733.431.93-
YUV51.6118.07151.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 54.14%
GREEN value IS 38 (15.23% from 255) = 24.20%
BLUE value IS 34 (13.67% from 255) = 21.66%
R=54.14%
G=24.20%
B=21.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85383400.550.600.674.7142.8623.33
Hex5526220373C4352b17
Octal12546420677410355327
Binary10101011001101000100110111111100100001110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552622

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552622; }

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

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

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

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

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

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

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

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