#543B03

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

Shades of Baker's Chocolate #543B03

Tints of Baker's Chocolate #543B03

Color information

#543B03 (or 0x543B03) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 3B and 03. RGB value is (84,59,3). Sum of RGB (Red+Green+Blue) = 84+59+3=146 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.53% from 146); Green value is 59 (23.44% from 255 or 40.41% from 146); Blue value is 3 (1.56% from 255 or 2.05% from 146); Max value from RGB is 84 - color contains mainly: red. Hex color #543B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543B03 is #ABC4FC. Grayscale: #3C3C3C. Windows color (decimal): -11257085 or 211796. OLE color: 211796.

HSL color Cylindrical-coordinate representation of color #543B03: hue angle of 41.48º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #543B03 is Cyan = 0, Magento = 0.30, Yellow = 0.96 and Black (K on CMYK) = 0.67.

Color convert

RGB84593-
CMYK00.300.960.67
HSL41.48º93.1%17.06%-
HSV(B)41.48º96.43%32.94%-
XYZ5.245.020.78-
YUV60.0995.78145.05-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.53%
GREEN value IS 59 (23.44% from 255) = 40.41%
BLUE value IS 3 (1.56% from 255) = 2.05%
R=57.53%
G=40.41%
B=2.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8459300.300.960.6741.4893.117.06
Hex543B301E6043295d11
Octal1247330361401035113521
Binary10101001110111101111011000001000011101001101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543B03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,59,3); }

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

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

 a { background-color: rgb(84,59,3); }

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

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

 span { border-color: rgb(84,59,3); }

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