#552C23

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

Shades of Caput Mortuum #552C23

Tints of Caput Mortuum #552C23

Color information

#552C23 (or 0x552C23) is unknown color: approx Caput Mortuum. HEX triplet: 55, 2C and 23. RGB value is (85,44,35). Sum of RGB (Red+Green+Blue) = 85+44+35=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #552C23 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552C23 is #AAD3DC. Grayscale: #373737. Windows color (decimal): -11195357 or 2305109. OLE color: 2305109.

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

Color convert

RGB854435-
CMYK00.480.590.67
HSL10.8º41.67%23.53%-
HSV(B)10.8º58.82%33.33%-
XYZ4.953.852.07-
YUV55.23116.58149.23-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 51.83%
GREEN value IS 44 (17.58% from 255) = 26.83%
BLUE value IS 35 (14.06% from 255) = 21.34%
R=51.83%
G=26.83%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.59
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85443500.480.590.6710.841.6723.53
Hex552C230303B43b2a18
Octal125544306073103135230
Binary101010110110010001101100001110111000011101110101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552C23; }

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

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

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

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

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

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

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

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