#5A2B21

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

Shades of Caput Mortuum #5A2B21

Tints of Caput Mortuum #5A2B21

Color information

#5A2B21 (or 0x5A2B21) is unknown color: approx Caput Mortuum. HEX triplet: 5A, 2B and 21. RGB value is (90,43,33). Sum of RGB (Red+Green+Blue) = 90+43+33=166 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.22% from 166); Green value is 43 (17.19% from 255 or 25.90% from 166); Blue value is 33 (13.28% from 255 or 19.88% from 166); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2B21 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2B21 is #A5D4DE. Grayscale: #383838. Windows color (decimal): -10867935 or 2173786. OLE color: 2173786.

HSL color Cylindrical-coordinate representation of color #5A2B21: hue angle of 10.53º 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 #5A2B21 is Cyan = 0, Magento = 0.52, Yellow = 0.63 and Black (K on CMYK) = 0.65.

Color convert

RGB904333-
CMYK00.520.630.65
HSL10.53º46.34%24.12%-
HSV(B)10.53º63.33%35.29%-
XYZ5.354.011.93-
YUV55.91115.07152.31-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 54.22%
GREEN value IS 43 (17.19% from 255) = 25.90%
BLUE value IS 33 (13.28% from 255) = 19.88%
R=54.22%
G=25.90%
B=19.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90433300.520.630.6510.5346.3424.12
Hex5A2B210343F41b2e18
Octal132534106477101135630
Binary101101010101110000101101001111111000001101110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2B21

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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