#552618

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

Shades of Caput Mortuum #552618

Tints of Caput Mortuum #552618

Color information

#552618 (or 0x552618) is unknown color: approx Caput Mortuum. HEX triplet: 55, 26 and 18. RGB value is (85,38,24). Sum of RGB (Red+Green+Blue) = 85+38+24=147 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.82% from 147); Green value is 38 (15.23% from 255 or 25.85% from 147); Blue value is 24 (9.77% from 255 or 16.33% from 147); Max value from RGB is 85 - color contains mainly: red. Hex color #552618 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552618 is #AAD9E7. Grayscale: #323232. Windows color (decimal): -11196904 or 1582677. OLE color: 1582677.

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

Color convert

RGB853824-
CMYK00.550.720.67
HSL13.77º55.96%21.37%-
HSV(B)13.77º71.76%33.33%-
XYZ4.63.381.27-
YUV50.46113.07152.64-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.82%
GREEN value IS 38 (15.23% from 255) = 25.85%
BLUE value IS 24 (9.77% from 255) = 16.33%
R=57.82%
G=25.85%
B=16.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85382400.550.720.6713.7755.9621.37
Hex5526180374843e3815
Octal1254630067110103167025
Binary101010110011011000011011110010001000011111011100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552618

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552618; }

 p { color: rgb(85,38,24); }

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

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

 a { background-color: rgb(85,38,24); }

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

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

 span { border-color: rgb(85,38,24); }

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