#5A2C1E

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

Shades of Caput Mortuum #5A2C1E

Tints of Caput Mortuum #5A2C1E

Color information

#5A2C1E (or 0x5A2C1E) is unknown color: approx Caput Mortuum. HEX triplet: 5A, 2C and 1E. RGB value is (90,44,30). Sum of RGB (Red+Green+Blue) = 90+44+30=164 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.88% from 164); Green value is 44 (17.58% from 255 or 26.83% from 164); Blue value is 30 (12.11% from 255 or 18.29% from 164); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2C1E is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2C1E is #A5D3E1. Grayscale: #383838. Windows color (decimal): -10867682 or 1977434. OLE color: 1977434.

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

Color convert

RGB904430-
CMYK00.510.670.65
HSL14º50%23.53%-
HSV(B)14º66.67%35.29%-
XYZ5.354.071.73-
YUV56.16113.24152.14-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 54.88%
GREEN value IS 44 (17.58% from 255) = 26.83%
BLUE value IS 30 (12.11% from 255) = 18.29%
R=54.88%
G=26.83%
B=18.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.67
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90443000.510.670.65145023.53
Hex5A2C1E0334341e3218
Octal1325436063103101166230
Binary101101010110011110011001110000111000001111011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A2C1E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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