#5A2721

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

Shades of Caput Mortuum #5A2721

Tints of Caput Mortuum #5A2721

Color information

#5A2721 (or 0x5A2721) is unknown color: approx Caput Mortuum. HEX triplet: 5A, 27 and 21. RGB value is (90,39,33). Sum of RGB (Red+Green+Blue) = 90+39+33=162 (21% of max value = 765). Red value is 90 (35.55% from 255 or 55.56% from 162); Green value is 39 (15.62% from 255 or 24.07% from 162); Blue value is 33 (13.28% from 255 or 20.37% from 162); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2721 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2721 is #A5D8DE. Grayscale: #353535. Windows color (decimal): -10868959 or 2172762. OLE color: 2172762.

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

Color convert

RGB903933-
CMYK00.570.630.65
HSL6.32º46.34%24.12%-
HSV(B)6.32º63.33%35.29%-
XYZ5.223.731.88-
YUV53.56116.4153.99-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 55.56%
GREEN value IS 39 (15.62% from 255) = 24.07%
BLUE value IS 33 (13.28% from 255) = 20.37%
R=55.56%
G=24.07%
B=20.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.63
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90393300.570.630.656.3246.3424.12
Hex5A27210393F4162e18
Octal13247410717710165630
Binary10110101001111000010111001111111100000111010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2721

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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