#552010

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

Shades of Caput Mortuum #552010

Tints of Caput Mortuum #552010

Color information

#552010 (or 0x552010) is unknown color: approx Caput Mortuum. HEX triplet: 55, 20 and 10. RGB value is (85,32,16). Sum of RGB (Red+Green+Blue) = 85+32+16=133 (17% of max value = 765). Red value is 85 (33.59% from 255 or 63.91% from 133); Green value is 32 (12.89% from 255 or 24.06% from 133); Blue value is 16 (6.64% from 255 or 12.03% from 133); Max value from RGB is 85 - color contains mainly: red. Hex color #552010 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552010 is #AADFEF. Grayscale: #2E2E2E. Windows color (decimal): -11198448 or 1056853. OLE color: 1056853.

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

Color convert

RGB853216-
CMYK00.620.810.67
HSL13.91º68.32%19.8%-
HSV(B)13.91º81.18%33.33%-
XYZ4.3630.84-
YUV46.02111.06155.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 63.91%
GREEN value IS 32 (12.89% from 255) = 24.06%
BLUE value IS 16 (6.64% from 255) = 12.03%
R=63.91%
G=24.06%
B=12.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.81
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85321600.620.810.6713.9168.3219.8
Hex55201003E5143e4414
Octal12540200761211031610424
Binary1010101100000100000111110101000110000111110100010010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552010

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552010; }

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

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

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

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

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

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

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

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