#552412

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

Shades of Caput Mortuum #552412

Tints of Caput Mortuum #552412

Color information

#552412 (or 0x552412) is unknown color: approx Caput Mortuum. HEX triplet: 55, 24 and 12. RGB value is (85,36,18). Sum of RGB (Red+Green+Blue) = 85+36+18=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 36 (14.45% from 255 or 25.90% from 139); Blue value is 18 (7.42% from 255 or 12.95% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #552412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552412 is #AADBED. Grayscale: #303030. Windows color (decimal): -11197422 or 1188949. OLE color: 1188949.

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

Color convert

RGB853618-
CMYK00.580.790.67
HSL16.12º65.05%20.2%-
HSV(B)16.12º78.82%33.33%-
XYZ4.493.240.96-
YUV48.6110.73153.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 61.15%
GREEN value IS 36 (14.45% from 255) = 25.90%
BLUE value IS 18 (7.42% from 255) = 12.95%
R=61.15%
G=25.90%
B=12.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85361800.580.790.6716.1265.0520.2
Hex55241203A4F43104114
Octal12544220721171032010124
Binary10101011001001001001110101001111100001110000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552412; }

 p { color: rgb(85,36,18); }

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

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

 a { background-color: rgb(85,36,18); }

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

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

 span { border-color: rgb(85,36,18); }

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