#542D15

Color #542D15 Baker's Chocolate (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Baker's Chocolate #542D15

Tints of Baker's Chocolate #542D15

Color information

#542D15 (or 0x542D15) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2D and 15. RGB value is (84,45,21). Sum of RGB (Red+Green+Blue) = 84+45+21=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 21 (8.59% from 255 or 14% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #542D15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542D15 is #ABD2EA. Grayscale: #363636. Windows color (decimal): -11260651 or 1387860. OLE color: 1387860.

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

Color convert

RGB844521-
CMYK00.460.750.67
HSL22.86º60%20.59%-
HSV(B)22.86º75%32.94%-
XYZ4.733.821.2-
YUV53.92109.42149.45-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56%
GREEN value IS 45 (17.97% from 255) = 30%
BLUE value IS 21 (8.59% from 255) = 14%
R=56%
G=30%
B=14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84452100.460.750.6722.866020.59
Hex542D1502E4B43173c15
Octal1245525056113103277425
Binary1010100101101101010101110100101110000111011111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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