#5A2C21

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

Shades of Caput Mortuum #5A2C21

Tints of Caput Mortuum #5A2C21

Color information

#5A2C21 (or 0x5A2C21) is unknown color: approx Caput Mortuum. HEX triplet: 5A, 2C and 21. RGB value is (90,44,33). Sum of RGB (Red+Green+Blue) = 90+44+33=167 (22% of max value = 765). Red value is 90 (35.55% from 255 or 53.89% from 167); Green value is 44 (17.58% from 255 or 26.35% from 167); Blue value is 33 (13.28% from 255 or 19.76% from 167); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2C21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2C21 is #A5D3DE. Grayscale: #383838. Windows color (decimal): -10867679 or 2174042. OLE color: 2174042.

HSL color Cylindrical-coordinate representation of color #5A2C21: hue angle of 11.58º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5A2C21 is Cyan = 0, Magento = 0.51, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB904433-
CMYK00.510.630.65
HSL11.58º46.34%24.12%-
HSV(B)11.58º63.33%35.29%-
XYZ5.394.081.94-
YUV56.5114.74151.89-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 53.89%
GREEN value IS 44 (17.58% from 255) = 26.35%
BLUE value IS 33 (13.28% from 255) = 19.76%
R=53.89%
G=26.35%
B=19.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90443300.510.630.6511.5846.3424.12
Hex5A2C210333F41c2e18
Octal132544106377101145630
Binary101101010110010000101100111111111000001110010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2C21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A2C21; }

 p { color: rgb(90,44,33); }

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

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

 a { background-color: rgb(90,44,33); }

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

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

 span { border-color: rgb(90,44,33); }

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