#542B12

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

Shades of Baker's Chocolate #542B12

Tints of Baker's Chocolate #542B12

Color information

#542B12 (or 0x542B12) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2B and 12. RGB value is (84,43,18). Sum of RGB (Red+Green+Blue) = 84+43+18=145 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.93% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 84 - color contains mainly: red. Hex color #542B12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542B12 is #ABD4ED. Grayscale: #343434. Windows color (decimal): -11261166 or 1190740. OLE color: 1190740.

HSL color Cylindrical-coordinate representation of color #542B12: hue angle of 22.73º 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 #542B12 is Cyan = 0, Magento = 0.49, Yellow = 0.79 and Black (K on CMYK) = 0.67.

Color convert

RGB844318-
CMYK00.490.790.67
HSL22.73º64.71%20%-
HSV(B)22.73º78.57%32.94%-
XYZ4.633.661.03-
YUV52.41108.58150.53-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.93%
GREEN value IS 43 (17.19% from 255) = 29.66%
BLUE value IS 18 (7.42% from 255) = 12.41%
R=57.93%
G=29.66%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84431800.490.790.6722.7364.7120
Hex542B120314F43174114
Octal12453220611171032710124
Binary10101001010111001001100011001111100001110111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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