#552316

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

Shades of Caput Mortuum #552316

Tints of Caput Mortuum #552316

Color information

#552316 (or 0x552316) is unknown color: approx Caput Mortuum. HEX triplet: 55, 23 and 16. RGB value is (85,35,22). Sum of RGB (Red+Green+Blue) = 85+35+22=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 35 (14.06% from 255 or 24.65% from 142); Blue value is 22 (8.98% from 255 or 15.49% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #552316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552316 is #AADCE9. Grayscale: #303030. Windows color (decimal): -11197674 or 1450837. OLE color: 1450837.

HSL color Cylindrical-coordinate representation of color #552316: hue angle of 12.38º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #552316 is Cyan = 0, Magento = 0.59, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB853522-
CMYK00.590.740.67
HSL12.38º58.88%20.98%-
HSV(B)12.38º74.12%33.33%-
XYZ4.493.191.14-
YUV48.47113.06154.06-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.86%
GREEN value IS 35 (14.06% from 255) = 24.65%
BLUE value IS 22 (8.98% from 255) = 15.49%
R=59.86%
G=24.65%
B=15.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85352200.590.740.6712.3858.8820.98
Hex55231603B4A43c3b15
Octal1254326073112103147325
Binary101010110001110110011101110010101000011110011101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552316; }

 p { color: rgb(85,35,22); }

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

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

 a { background-color: rgb(85,35,22); }

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

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

 span { border-color: rgb(85,35,22); }

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