#5A210E

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

Shades of Caput Mortuum #5A210E

Tints of Caput Mortuum #5A210E

Color information

#5A210E (or 0x5A210E) is unknown color: approx Caput Mortuum. HEX triplet: 5A, 21 and 0E. RGB value is (90,33,14). Sum of RGB (Red+Green+Blue) = 90+33+14=137 (18% of max value = 765). Red value is 90 (35.55% from 255 or 65.69% from 137); Green value is 33 (13.28% from 255 or 24.09% from 137); Blue value is 14 (5.86% from 255 or 10.22% from 137); Max value from RGB is 90 - color contains mainly: red. Hex color #5A210E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A210E is #A5DEF1. Grayscale: #303030. Windows color (decimal): -10870514 or 926042. OLE color: 926042.

HSL color Cylindrical-coordinate representation of color #5A210E: hue angle of 15º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5A210E is Cyan = 0, Magento = 0.63, Yellow = 0.84 and Black (K on CMYK) = 0.65.

Color convert

RGB903314-
CMYK00.630.840.65
HSL15º73.08%20.39%-
HSV(B)15º84.44%35.29%-
XYZ4.843.290.8-
YUV47.88108.88158.04-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 65.69%
GREEN value IS 33 (13.28% from 255) = 24.09%
BLUE value IS 14 (5.86% from 255) = 10.22%
R=65.69%
G=24.09%
B=10.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.84
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal90331400.630.840.651573.0820.39
Hex5A21E03F5441f4914
Octal13241160771241011711124
Binary101101010000111100111111101010010000011111100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A210E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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