#543014

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

Shades of Baker's Chocolate #543014

Tints of Baker's Chocolate #543014

Color information

#543014 (or 0x543014) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 30 and 14. RGB value is (84,48,20). Sum of RGB (Red+Green+Blue) = 84+48+20=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 48 (19.14% from 255 or 31.58% from 152); Blue value is 20 (8.20% from 255 or 13.16% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #543014 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543014 is #ABCFEB. Grayscale: #373737. Windows color (decimal): -11259884 or 1323092. OLE color: 1323092.

HSL color Cylindrical-coordinate representation of color #543014: hue angle of 26.25º degrees, saturation: 0.62, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #543014 is Cyan = 0, Magento = 0.43, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB844820-
CMYK00.430.760.67
HSL26.25º61.54%20.39%-
HSV(B)26.25º76.19%32.94%-
XYZ4.844.051.19-
YUV55.57107.93148.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.26%
GREEN value IS 48 (19.14% from 255) = 31.58%
BLUE value IS 20 (8.20% from 255) = 13.16%
R=55.26%
G=31.58%
B=13.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84482000.430.760.6726.2561.5420.39
Hex54301402B4C431a3e14
Octal1246024053114103327624
Binary1010100110000101000101011100110010000111101011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543014

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543014; }

 p { color: rgb(84,48,20); }

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

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

 a { background-color: rgb(84,48,20); }

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

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

 span { border-color: rgb(84,48,20); }

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