#552217

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

Shades of Caput Mortuum #552217

Tints of Caput Mortuum #552217

Color information

#552217 (or 0x552217) is unknown color: approx Caput Mortuum. HEX triplet: 55, 22 and 17. RGB value is (85,34,23). Sum of RGB (Red+Green+Blue) = 85+34+23=142 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.86% from 142); Green value is 34 (13.67% from 255 or 23.94% from 142); Blue value is 23 (9.38% from 255 or 16.20% from 142); Max value from RGB is 85 - color contains mainly: red. Hex color #552217 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552217 is #AADDE8. Grayscale: #303030. Windows color (decimal): -11197929 or 1516117. OLE color: 1516117.

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

Color convert

RGB853423-
CMYK00.600.730.67
HSL10.65º57.41%21.18%-
HSV(B)10.65º72.94%33.33%-
XYZ4.473.141.18-
YUV48113.9154.39-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 59.86%
GREEN value IS 34 (13.67% from 255) = 23.94%
BLUE value IS 23 (9.38% from 255) = 16.20%
R=59.86%
G=23.94%
B=16.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85342300.600.730.6710.6557.4121.18
Hex55221703C4943b3915
Octal1254227074111103137125
Binary101010110001010111011110010010011000011101111100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552217

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552217; }

 p { color: rgb(85,34,23); }

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

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

 a { background-color: rgb(85,34,23); }

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

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

 span { border-color: rgb(85,34,23); }

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