#542913

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

Shades of Baker's Chocolate #542913

Tints of Baker's Chocolate #542913

Color information

#542913 (or 0x542913) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 29 and 13. RGB value is (84,41,19). Sum of RGB (Red+Green+Blue) = 84+41+19=144 (19% of max value = 765). Red value is 84 (33.20% from 255 or 58.33% from 144); Green value is 41 (16.41% from 255 or 28.47% from 144); Blue value is 19 (7.81% from 255 or 13.19% from 144); Max value from RGB is 84 - color contains mainly: red. Hex color #542913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542913 is #ABD6EC. Grayscale: #333333. Windows color (decimal): -11261677 or 1255764. OLE color: 1255764.

HSL color Cylindrical-coordinate representation of color #542913: hue angle of 20.31º 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 #542913 is Cyan = 0, Magento = 0.51, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB844119-
CMYK00.510.770.67
HSL20.31º63.11%20.2%-
HSV(B)20.31º77.38%32.94%-
XYZ4.573.521.05-
YUV51.35109.75151.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 58.33%
GREEN value IS 41 (16.41% from 255) = 28.47%
BLUE value IS 19 (7.81% from 255) = 13.19%
R=58.33%
G=28.47%
B=13.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.51
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84411900.510.770.6720.3163.1120.2
Hex5429130334D43143f14
Octal1245123063115103247724
Binary1010100101001100110110011100110110000111010011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542913; }

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

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

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

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

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

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

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

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