#543C12

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

Shades of Baker's Chocolate #543C12

Tints of Baker's Chocolate #543C12

Color information

#543C12 (or 0x543C12) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 3C and 12. RGB value is (84,60,18). Sum of RGB (Red+Green+Blue) = 84+60+18=162 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.85% from 162); Green value is 60 (23.83% from 255 or 37.04% from 162); Blue value is 18 (7.42% from 255 or 11.11% from 162); Max value from RGB is 84 - color contains mainly: red. Hex color #543C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543C12 is #ABC3ED. Grayscale: #3E3E3E. Windows color (decimal): -11256814 or 1195092. OLE color: 1195092.

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

Color convert

RGB846018-
CMYK00.290.790.67
HSL38.18º64.71%20%-
HSV(B)38.18º78.57%32.94%-
XYZ5.385.161.28-
YUV62.39102.95143.42-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.85%
GREEN value IS 60 (23.83% from 255) = 37.04%
BLUE value IS 18 (7.42% from 255) = 11.11%
R=51.85%
G=37.04%
B=11.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84601800.290.790.6738.1864.7120
Hex543C1201D4F43264114
Octal12474220351171034610124
Binary10101001111001001001110110011111000011100110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543C12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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