#5a2d1d

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

Shades of Caput Mortuum #5A2D1D

Tints of Caput Mortuum #5A2D1D

Color information

#5A2D1D (or 0x5A2D1D) is unknown color: approx Caput Mortuum. HEX triplet: 5A, 2D and 1D. RGB value is (90,45,29). Sum of RGB (Red+Green+Blue) = 90+45+29=164 (21% of max value = 765). Red value is 90 (35.55% from 255 or 54.88% from 164); Green value is 45 (17.97% from 255 or 27.44% from 164); Blue value is 29 (11.72% from 255 or 17.68% from 164); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2D1D is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5A2D1D is #A5D2E2. Grayscale: #383838. Windows color (decimal): -10867427 or 1912154. OLE color: 1912154.

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

Color convert

RGB904529-
CMYK00.500.680.65
HSL15.74º51.26%23.33%-
HSV(B)15.74º67.78%35.29%-
XYZ5.384.141.68-
YUV56.63112.41151.8-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 54.88%
GREEN value IS 45 (17.97% from 255) = 27.44%
BLUE value IS 29 (11.72% from 255) = 17.68%
R=54.88%
G=27.44%
B=17.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.50
Y (Yellow) values IS 0.68
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90452900.500.680.6515.7451.2623.33
Hex5A2D1D0324441103317
Octal1325535062104101206327
Binary1011010101101111010110010100010010000011000011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5a2d1d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,45,29); }

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

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

 a { background-color: rgb(90,45,29); }

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

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

 span { border-color: rgb(90,45,29); }

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