#552A22

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

Shades of Caput Mortuum #552A22

Tints of Caput Mortuum #552A22

Color information

#552A22 (or 0x552A22) is unknown color: approx Caput Mortuum. HEX triplet: 55, 2A and 22. RGB value is (85,42,34). Sum of RGB (Red+Green+Blue) = 85+42+34=161 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.80% from 161); Green value is 42 (16.80% from 255 or 26.09% from 161); Blue value is 34 (13.67% from 255 or 21.12% from 161); Max value from RGB is 85 - color contains mainly: red. Hex color #552A22 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A22 is #AAD5DD. Grayscale: #363636. Windows color (decimal): -11195870 or 2239061. OLE color: 2239061.

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

Color convert

RGB854234-
CMYK00.510.600.67
HSL9.41º42.86%23.33%-
HSV(B)9.41º60%33.33%-
XYZ4.863.71.97-
YUV53.94116.75150.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.80%
GREEN value IS 42 (16.80% from 255) = 26.09%
BLUE value IS 34 (13.67% from 255) = 21.12%
R=52.80%
G=26.09%
B=21.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.60
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85423400.510.600.679.4142.8623.33
Hex552A220333C4392b17
Octal125524206374103115327
Binary101010110101010001001100111111001000011100110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552A22

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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