#552319

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

Shades of Caput Mortuum #552319

Tints of Caput Mortuum #552319

Color information

#552319 (or 0x552319) is unknown color: approx Caput Mortuum. HEX triplet: 55, 23 and 19. RGB value is (85,35,25). Sum of RGB (Red+Green+Blue) = 85+35+25=145 (19% of max value = 765). Red value is 85 (33.59% from 255 or 58.62% from 145); Green value is 35 (14.06% from 255 or 24.14% from 145); Blue value is 25 (10.16% from 255 or 17.24% from 145); Max value from RGB is 85 - color contains mainly: red. Hex color #552319 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552319 is #AADCE6. Grayscale: #303030. Windows color (decimal): -11197671 or 1647445. OLE color: 1647445.

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

Color convert

RGB853525-
CMYK00.590.710.67
HSL10º54.55%21.57%-
HSV(B)10º70.59%33.33%-
XYZ4.523.21.3-
YUV48.81114.56153.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 58.62%
GREEN value IS 35 (14.06% from 255) = 24.14%
BLUE value IS 25 (10.16% from 255) = 17.24%
R=58.62%
G=24.14%
B=17.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.71
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85352500.590.710.671054.5521.57
Hex55231903B4743a3716
Octal1254331073107103126726
Binary101010110001111001011101110001111000011101011011110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552319

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552319; }

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

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

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

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

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

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

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

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