#542D25

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

Shades of Caput Mortuum #542D25

Tints of Caput Mortuum #542D25

Color information

#542D25 (or 0x542D25) is unknown color: approx Caput Mortuum. HEX triplet: 54, 2D and 25. RGB value is (84,45,37). Sum of RGB (Red+Green+Blue) = 84+45+37=166 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.60% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 37 (14.84% from 255 or 22.29% from 166); Max value from RGB is 84 - color contains mainly: red. Hex color #542D25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542D25 is #ABD2DA. Grayscale: #373737. Windows color (decimal): -11260635 or 2436436. OLE color: 2436436.

HSL color Cylindrical-coordinate representation of color #542D25: hue angle of 10.21º degrees, saturation: 0.39, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #542D25 is Cyan = 0, Magento = 0.46, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB844537-
CMYK00.460.560.67
HSL10.21º38.84%23.73%-
HSV(B)10.21º55.95%32.94%-
XYZ4.933.92.24-
YUV55.75117.42148.15-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.60%
GREEN value IS 45 (17.97% from 255) = 27.11%
BLUE value IS 37 (14.84% from 255) = 22.29%
R=50.60%
G=27.11%
B=22.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84453700.460.560.6710.2138.8423.73
Hex542D2502E3843a2718
Octal124554505670103124730
Binary101010010110110010101011101110001000011101010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542D25; }

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

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

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

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

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

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

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

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