#5A2723

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

Shades of Caput Mortuum #5A2723

Tints of Caput Mortuum #5A2723

Color information

#5A2723 (or 0x5A2723) is unknown color: approx Caput Mortuum. HEX triplet: 5A, 27 and 23. RGB value is (90,39,35). Sum of RGB (Red+Green+Blue) = 90+39+35=164 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.88% from 164); Green value is 39 (15.62% from 255 or 23.78% from 164); Blue value is 35 (14.06% from 255 or 21.34% from 164); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2723 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2723 is #A5D8DC. Grayscale: #353535. Windows color (decimal): -10868957 or 2303834. OLE color: 2303834.

HSL color Cylindrical-coordinate representation of color #5A2723: hue angle of 4.36º degrees, saturation: 0.44, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5A2723 is Cyan = 0, Magento = 0.57, Yellow = 0.61 and Black (K on CMYK) = 0.65.

Color convert

RGB903935-
CMYK00.570.610.65
HSL4.36º44%24.51%-
HSV(B)4.36º61.11%35.29%-
XYZ5.253.752.04-
YUV53.79117.4153.83-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 54.88%
GREEN value IS 39 (15.62% from 255) = 23.78%
BLUE value IS 35 (14.06% from 255) = 21.34%
R=54.88%
G=23.78%
B=21.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.61
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90393500.570.610.654.364424.51
Hex5A27230393D4142c19
Octal13247430717510145431
Binary10110101001111000110111001111101100000110010110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2723

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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