#542D13

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

Shades of Baker's Chocolate #542D13

Tints of Baker's Chocolate #542D13

Color information

#542D13 (or 0x542D13) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2D and 13. RGB value is (84,45,19). Sum of RGB (Red+Green+Blue) = 84+45+19=148 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56.76% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 19 (7.81% from 255 or 12.84% from 148); Max value from RGB is 84 - color contains mainly: red. Hex color #542D13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542D13 is #ABD2EC. Grayscale: #353535. Windows color (decimal): -11260653 or 1256788. OLE color: 1256788.

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

Color convert

RGB844519-
CMYK00.460.770.67
HSL24º63.11%20.2%-
HSV(B)24º77.38%32.94%-
XYZ4.713.811.1-
YUV53.7108.42149.61-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56.76%
GREEN value IS 45 (17.97% from 255) = 30.41%
BLUE value IS 19 (7.81% from 255) = 12.84%
R=56.76%
G=30.41%
B=12.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84451900.460.770.672463.1120.2
Hex542D1302E4D43183f14
Octal1245523056115103307724
Binary1010100101101100110101110100110110000111100011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542D13

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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