#552011

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

Shades of Caput Mortuum #552011

Tints of Caput Mortuum #552011

Color information

#552011 (or 0x552011) is unknown color: approx Caput Mortuum. HEX triplet: 55, 20 and 11. RGB value is (85,32,17). Sum of RGB (Red+Green+Blue) = 85+32+17=134 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.43% from 134); Green value is 32 (12.89% from 255 or 23.88% from 134); Blue value is 17 (7.03% from 255 or 12.69% from 134); Max value from RGB is 85 - color contains mainly: red. Hex color #552011 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552011 is #AADFEE. Grayscale: #2E2E2E. Windows color (decimal): -11198447 or 1122389. OLE color: 1122389.

HSL color Cylindrical-coordinate representation of color #552011: hue angle of 13.24º degrees, saturation: 0.67, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #552011 is Cyan = 0, Magento = 0.62, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB853217-
CMYK00.620.800.67
HSL13.24º66.67%20%-
HSV(B)13.24º80%33.33%-
XYZ4.3630.88-
YUV46.14111.56155.72-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.43%
GREEN value IS 32 (12.89% from 255) = 23.88%
BLUE value IS 17 (7.03% from 255) = 12.69%
R=63.43%
G=23.88%
B=12.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85321700.620.800.6713.2466.6720
Hex55201103E5043d4314
Octal12540210761201031510324
Binary1010101100000100010111110101000010000111101100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552011

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552011; }

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

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

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

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

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

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

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

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