#542E11

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

Shades of Baker's Chocolate #542E11

Tints of Baker's Chocolate #542E11

Color information

#542E11 (or 0x542E11) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2E and 11. RGB value is (84,46,17). Sum of RGB (Red+Green+Blue) = 84+46+17=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 46 (18.36% from 255 or 31.29% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #542E11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542E11 is #ABD1EE. Grayscale: #363636. Windows color (decimal): -11260399 or 1125972. OLE color: 1125972.

HSL color Cylindrical-coordinate representation of color #542E11: hue angle of 25.97º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #542E11 is Cyan = 0, Magento = 0.45, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB844617-
CMYK00.450.800.67
HSL25.97º66.34%19.8%-
HSV(B)25.97º79.76%32.94%-
XYZ4.733.881.03-
YUV54.06107.09149.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.14%
GREEN value IS 46 (18.36% from 255) = 31.29%
BLUE value IS 17 (7.03% from 255) = 11.56%
R=57.14%
G=31.29%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84461700.450.800.6725.9766.3419.8
Hex542E1102D50431a4214
Octal12456210551201033210224
Binary10101001011101000101011011010000100001111010100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542E11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,46,17); }

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

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

 a { background-color: rgb(84,46,17); }

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

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

 span { border-color: rgb(84,46,17); }

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