#543C03

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

Shades of Baker's Chocolate #543C03

Tints of Baker's Chocolate #543C03

Color information

#543C03 (or 0x543C03) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 3C and 03. RGB value is (84,60,3). Sum of RGB (Red+Green+Blue) = 84+60+3=147 (19% of max value = 765). Red value is 84 (33.20% from 255 or 57.14% from 147); Green value is 60 (23.83% from 255 or 40.82% from 147); Blue value is 3 (1.56% from 255 or 2.04% from 147); Max value from RGB is 84 - color contains mainly: red. Hex color #543C03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543C03 is #ABC3FC. Grayscale: #3C3C3C. Windows color (decimal): -11256829 or 212052. OLE color: 212052.

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

Color convert

RGB84603-
CMYK00.290.960.67
HSL42.22º93.1%17.06%-
HSV(B)42.22º96.43%32.94%-
XYZ5.295.120.8-
YUV60.6895.45144.63-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 57.14%
GREEN value IS 60 (23.83% from 255) = 40.82%
BLUE value IS 3 (1.56% from 255) = 2.04%
R=57.14%
G=40.82%
B=2.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.96
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal8460300.290.960.6742.2293.117.06
Hex543C301D60432a5d11
Octal1247430351401035213521
Binary10101001111001101110111000001000011101010101110110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543C03

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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