#542A12

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

Shades of Baker's Chocolate #542A12

Tints of Baker's Chocolate #542A12

Color information

#542A12 (or 0x542A12) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2A and 12. RGB value is (84,42,18). Sum of RGB (Red+Green+Blue) = 84+42+18=144 (19% of max value = 765). Red value is 84 (33.20% from 255 or 58.33% from 144); Green value is 42 (16.80% from 255 or 29.17% from 144); Blue value is 18 (7.42% from 255 or 12.5% from 144); Max value from RGB is 84 - color contains mainly: red. Hex color #542A12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542A12 is #ABD5ED. Grayscale: #333333. Windows color (decimal): -11261422 or 1190484. OLE color: 1190484.

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

Color convert

RGB844218-
CMYK00.50.790.67
HSL21.82º64.71%20%-
HSV(B)21.82º78.57%32.94%-
XYZ4.593.581.02-
YUV51.82108.91150.95-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 58.33%
GREEN value IS 42 (16.80% from 255) = 29.17%
BLUE value IS 18 (7.42% from 255) = 12.5%
R=58.33%
G=29.17%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.5
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84421800.50.790.6721.8264.7120
Hex542A120324F43164114
Octal12452220621171032610124
Binary10101001010101001001100101001111100001110110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542A12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,42,18); }

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

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

 a { background-color: rgb(84,42,18); }

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

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

 span { border-color: rgb(84,42,18); }

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