#552524

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

Shades of Caput Mortuum #552524

Tints of Caput Mortuum #552524

Color information

#552524 (or 0x552524) is unknown color: approx Caput Mortuum. HEX triplet: 55, 25 and 24. RGB value is (85,37,36). Sum of RGB (Red+Green+Blue) = 85+37+36=158 (20% of max value = 765). Red value is 85 (33.59% from 255 or 53.80% from 158); Green value is 37 (14.84% from 255 or 23.42% from 158); Blue value is 36 (14.45% from 255 or 22.78% from 158); Max value from RGB is 85 - color contains mainly: red. Hex color #552524 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552524 is #AADADB. Grayscale: #333333. Windows color (decimal): -11197148 or 2368853. OLE color: 2368853.

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

Color convert

RGB853736-
CMYK00.560.580.67
HSL1.22º40.5%23.73%-
HSV(B)1.22º57.65%33.33%-
XYZ4.733.382.07-
YUV51.24119.4152.08-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 53.80%
GREEN value IS 37 (14.84% from 255) = 23.42%
BLUE value IS 36 (14.45% from 255) = 22.78%
R=53.80%
G=23.42%
B=22.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85373600.560.580.671.2240.523.73
Hex5525240383A4312818
Octal12545440707210315030
Binary101010110010110010001110001110101000011110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552524

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #552524; }

 p { color: rgb(85,37,36); }

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

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

 a { background-color: rgb(85,37,36); }

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

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

 span { border-color: rgb(85,37,36); }

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