#542B0E

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

Shades of Baker's Chocolate #542B0E

Tints of Baker's Chocolate #542B0E

Color information

#542B0E (or 0x542B0E) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 2B and 0E. RGB value is (84,43,14). Sum of RGB (Red+Green+Blue) = 84+43+14=141 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.57% from 141); Green value is 43 (17.19% from 255 or 30.50% from 141); Blue value is 14 (5.86% from 255 or 9.93% from 141); Max value from RGB is 84 - color contains mainly: red. Hex color #542B0E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542B0E is #ABD4F1. Grayscale: #343434. Windows color (decimal): -11261170 or 928596. OLE color: 928596.

HSL color Cylindrical-coordinate representation of color #542B0E: hue angle of 24.86º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #542B0E is Cyan = 0, Magento = 0.49, Yellow = 0.83 and Black (K on CMYK) = 0.67.

Color convert

RGB844314-
CMYK00.490.830.67
HSL24.86º71.43%19.22%-
HSV(B)24.86º83.33%32.94%-
XYZ4.63.640.88-
YUV51.95106.58150.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 59.57%
GREEN value IS 43 (17.19% from 255) = 30.50%
BLUE value IS 14 (5.86% from 255) = 9.93%
R=59.57%
G=30.50%
B=9.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.83
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84431400.490.830.6724.8671.4319.22
Hex542BE0315343194713
Octal12453160611231033110723
Binary1010100101011111001100011010011100001111001100011110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542B0E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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