#531E14

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

Shades of Caput Mortuum #531E14

Tints of Caput Mortuum #531E14

Color information

#531E14 (or 0x531E14) is unknown color: approx Caput Mortuum. HEX triplet: 53, 1E and 14. RGB value is (83,30,20). Sum of RGB (Red+Green+Blue) = 83+30+20=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 30 (12.11% from 255 or 22.56% from 133); Blue value is 20 (8.20% from 255 or 15.04% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #531E14 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531E14 is #ACE1EB. Grayscale: #2C2C2C. Windows color (decimal): -11330028 or 1318483. OLE color: 1318483.

HSL color Cylindrical-coordinate representation of color #531E14: hue angle of 9.52º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #531E14 is Cyan = 0, Magento = 0.64, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB833020-
CMYK00.640.760.67
HSL9.52º61.17%20.2%-
HSV(B)9.52º75.9%32.55%-
XYZ4.162.820.99-
YUV44.71114.06155.31-

RGB Variations

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

RGB

RED value IS 83 (32.81% from 255) = 62.41%
GREEN value IS 30 (12.11% from 255) = 22.56%
BLUE value IS 20 (8.20% from 255) = 15.04%
R=62.41%
G=22.56%
B=15.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal83302000.640.760.679.5261.1720.2
Hex531E140404C43a3d14
Octal12336240100114103127524
Binary101001111110101000100000010011001000011101011110110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #531E14

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #531E14; }

 p { color: rgb(83,30,20); }

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

<style>
 a { background-color: #531E14; }

 a { background-color: rgb(83,30,20); }

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

<style>
 span { border-color: #531E14; }

 span { border-color: rgb(83,30,20); }

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