#552718

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

Shades of Caput Mortuum #552718

Tints of Caput Mortuum #552718

Color information

#552718 (or 0x552718) is unknown color: approx Caput Mortuum. HEX triplet: 55, 27 and 18. RGB value is (85,39,24). Sum of RGB (Red+Green+Blue) = 85+39+24=148 (19% of max value = 765). Red value is 85 (33.59% from 255 or 57.43% from 148); Green value is 39 (15.62% from 255 or 26.35% from 148); Blue value is 24 (9.77% from 255 or 16.22% from 148); Max value from RGB is 85 - color contains mainly: red. Hex color #552718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552718 is #AAD8E7. Grayscale: #333333. Windows color (decimal): -11196648 or 1582933. OLE color: 1582933.

HSL color Cylindrical-coordinate representation of color #552718: hue angle of 14.75º 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 #552718 is Cyan = 0, Magento = 0.54, Yellow = 0.72 and Black (K on CMYK) = 0.67.

Color convert

RGB853924-
CMYK00.540.720.67
HSL14.75º55.96%21.37%-
HSV(B)14.75º71.76%33.33%-
XYZ4.643.451.29-
YUV51.04112.74152.22-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 57.43%
GREEN value IS 39 (15.62% from 255) = 26.35%
BLUE value IS 24 (9.77% from 255) = 16.22%
R=57.43%
G=26.35%
B=16.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.72
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85392400.540.720.6714.7555.9621.37
Hex5527180364843f3815
Octal1254730066110103177025
Binary101010110011111000011011010010001000011111111100010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552718

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552718; }

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

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

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

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

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

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

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

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