#542B25

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

Shades of Caput Mortuum #542B25

Tints of Caput Mortuum #542B25

Color information

#542B25 (or 0x542B25) is unknown color: approx Caput Mortuum. HEX triplet: 54, 2B and 25. RGB value is (84,43,37). Sum of RGB (Red+Green+Blue) = 84+43+37=164 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.22% from 164); Green value is 43 (17.19% from 255 or 26.22% from 164); Blue value is 37 (14.84% from 255 or 22.56% from 164); Max value from RGB is 84 - color contains mainly: red. Hex color #542B25 is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #542B25 is #ABD4DA. Grayscale: #363636. Windows color (decimal): -11261147 or 2435924. OLE color: 2435924.

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

Color convert

RGB844337-
CMYK00.490.560.67
HSL7.66º38.84%23.73%-
HSV(B)7.66º55.95%32.94%-
XYZ4.853.752.22-
YUV54.58118.08148.99-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.22%
GREEN value IS 43 (17.19% from 255) = 26.22%
BLUE value IS 37 (14.84% from 255) = 22.56%
R=51.22%
G=26.22%
B=22.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.56
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84433700.490.560.677.6638.8423.73
Hex542B25031384382718
Octal124534506170103104730
Binary101010010101110010101100011110001000011100010011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B25

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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