#543A11

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

Shades of Baker's Chocolate #543A11

Tints of Baker's Chocolate #543A11

Color information

#543A11 (or 0x543A11) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 3A and 11. RGB value is (84,58,17). Sum of RGB (Red+Green+Blue) = 84+58+17=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 17 (7.03% from 255 or 10.69% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #543A11 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543A11 is #ABC5EE. Grayscale: #3D3D3D. Windows color (decimal): -11257327 or 1129044. OLE color: 1129044.

HSL color Cylindrical-coordinate representation of color #543A11: hue angle of 36.72º 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 #543A11 is Cyan = 0, Magento = 0.31, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB845817-
CMYK00.310.800.67
HSL36.72º66.34%19.8%-
HSV(B)36.72º79.76%32.94%-
XYZ5.274.951.21-
YUV61.1103.11144.33-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.83%
GREEN value IS 58 (23.05% from 255) = 36.48%
BLUE value IS 17 (7.03% from 255) = 10.69%
R=52.83%
G=36.48%
B=10.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84581700.310.800.6736.7266.3419.8
Hex543A1101F5043254214
Octal12472210371201034510224
Binary10101001110101000101111110100001000011100101100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543A11

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543A11; }

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

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

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

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

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

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

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

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