#542C25

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

Shades of Caput Mortuum #542C25

Tints of Caput Mortuum #542C25

Color information

#542C25 (or 0x542C25) is unknown color: approx Caput Mortuum. HEX triplet: 54, 2C and 25. RGB value is (84,44,37). Sum of RGB (Red+Green+Blue) = 84+44+37=165 (21% of max value = 765). Red value is 84 (33.20% from 255 or 50.91% from 165); Green value is 44 (17.58% from 255 or 26.67% from 165); Blue value is 37 (14.84% from 255 or 22.42% from 165); Max value from RGB is 84 - color contains mainly: red. Hex color #542C25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542C25 is #ABD3DA. Grayscale: #373737. Windows color (decimal): -11260891 or 2436180. OLE color: 2436180.

HSL color Cylindrical-coordinate representation of color #542C25: hue angle of 8.94º 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 #542C25 is Cyan = 0, Magento = 0.48, Yellow = 0.56 and Black (K on CMYK) = 0.67.

Color convert

RGB844437-
CMYK00.480.560.67
HSL8.94º38.84%23.73%-
HSV(B)8.94º55.95%32.94%-
XYZ4.893.822.23-
YUV55.16117.75148.57-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 50.91%
GREEN value IS 44 (17.58% from 255) = 26.67%
BLUE value IS 37 (14.84% from 255) = 22.42%
R=50.91%
G=26.67%
B=22.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.48
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84443700.480.560.678.9438.8423.73
Hex542C25030384392718
Octal124544506070103114730
Binary101010010110010010101100001110001000011100110011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542C25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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