#552A24

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

Shades of Caput Mortuum #552A24

Tints of Caput Mortuum #552A24

Color information

#552A24 (or 0x552A24) is unknown color: approx Caput Mortuum. HEX triplet: 55, 2A and 24. RGB value is (85,42,36). Sum of RGB (Red+Green+Blue) = 85+42+36=163 (21% of max value = 765). Red value is 85 (33.59% from 255 or 52.15% from 163); Green value is 42 (16.80% from 255 or 25.77% from 163); Blue value is 36 (14.45% from 255 or 22.09% from 163); Max value from RGB is 85 - color contains mainly: red. Hex color #552A24 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #552A24 is #AAD5DB. Grayscale: #363636. Windows color (decimal): -11195868 or 2370133. OLE color: 2370133.

HSL color Cylindrical-coordinate representation of color #552A24: hue angle of 7.35º 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 #552A24 is Cyan = 0, Magento = 0.51, Yellow = 0.58 and Black (K on CMYK) = 0.67.

Color convert

RGB854236-
CMYK00.510.580.67
HSL7.35º40.5%23.73%-
HSV(B)7.35º57.65%33.33%-
XYZ4.893.712.13-
YUV54.17117.75149.99-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 52.15%
GREEN value IS 42 (16.80% from 255) = 25.77%
BLUE value IS 36 (14.45% from 255) = 22.09%
R=52.15%
G=25.77%
B=22.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.58
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85423600.510.580.677.3540.523.73
Hex552A240333A4372818
Octal12552440637210375030
Binary10101011010101001000110011111010100001111110100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #552A24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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