#542517

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

Shades of Caput Mortuum #542517

Tints of Caput Mortuum #542517

Color information

#542517 (or 0x542517) is unknown color: approx Caput Mortuum. HEX triplet: 54, 25 and 17. RGB value is (84,37,23). Sum of RGB (Red+Green+Blue) = 84+37+23=144 (19% of max value = 765). Red value is 84 (33.20% from 255 or 58.33% from 144); Green value is 37 (14.84% from 255 or 25.69% from 144); Blue value is 23 (9.38% from 255 or 15.97% from 144); Max value from RGB is 84 - color contains mainly: red. Hex color #542517 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542517 is #ABDAE8. Grayscale: #313131. Windows color (decimal): -11262697 or 1516884. OLE color: 1516884.

HSL color Cylindrical-coordinate representation of color #542517: hue angle of 13.77º degrees, saturation: 0.57, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #542517 is Cyan = 0, Magento = 0.56, Yellow = 0.73 and Black (K on CMYK) = 0.67.

Color convert

RGB843723-
CMYK00.560.730.67
HSL13.77º57.01%20.98%-
HSV(B)13.77º72.62%32.94%-
XYZ4.473.271.21-
YUV49.46113.07152.64-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 58.33%
GREEN value IS 37 (14.84% from 255) = 25.69%
BLUE value IS 23 (9.38% from 255) = 15.97%
R=58.33%
G=25.69%
B=15.97%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.73
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84372300.560.730.6713.7757.0120.98
Hex5425170384943e3915
Octal1244527070111103167125
Binary101010010010110111011100010010011000011111011100110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542517

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542517; }

 p { color: rgb(84,37,23); }

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

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

 a { background-color: rgb(84,37,23); }

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

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

 span { border-color: rgb(84,37,23); }

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