#543414

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

Shades of Baker's Chocolate #543414

Tints of Baker's Chocolate #543414

Color information

#543414 (or 0x543414) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 34 and 14. RGB value is (84,52,20). Sum of RGB (Red+Green+Blue) = 84+52+20=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 52 (20.70% from 255 or 33.33% from 156); Blue value is 20 (8.20% from 255 or 12.82% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #543414 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543414 is #ABCBEB. Grayscale: #3A3A3A. Windows color (decimal): -11258860 or 1324116. OLE color: 1324116.

HSL color Cylindrical-coordinate representation of color #543414: hue angle of 30º 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 #543414 is Cyan = 0, Magento = 0.38, Yellow = 0.76 and Black (K on CMYK) = 0.67.

Color convert

RGB845220-
CMYK00.380.760.67
HSL30º61.54%20.39%-
HSV(B)30º76.19%32.94%-
XYZ5.014.391.25-
YUV57.92106.6146.6-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.85%
GREEN value IS 52 (20.70% from 255) = 33.33%
BLUE value IS 20 (8.20% from 255) = 12.82%
R=53.85%
G=33.33%
B=12.82%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84522000.380.760.673061.5420.39
Hex5434140264C431e3e14
Octal1246424046114103367624
Binary1010100110100101000100110100110010000111111011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543414

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543414; }

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

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

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

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

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

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

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

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