#543216

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

Shades of Baker's Chocolate #543216

Tints of Baker's Chocolate #543216

Color information

#543216 (or 0x543216) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 32 and 16. RGB value is (84,50,22). Sum of RGB (Red+Green+Blue) = 84+50+22=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 50 (19.92% from 255 or 32.05% from 156); Blue value is 22 (8.98% from 255 or 14.10% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #543216 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543216 is #ABCDE9. Grayscale: #393939. Windows color (decimal): -11259370 or 1454676. OLE color: 1454676.

HSL color Cylindrical-coordinate representation of color #543216: hue angle of 27.1º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #543216 is Cyan = 0, Magento = 0.40, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB845022-
CMYK00.400.740.67
HSL27.1º58.49%20.78%-
HSV(B)27.1º73.81%32.94%-
XYZ4.944.221.31-
YUV56.97108.26147.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.85%
GREEN value IS 50 (19.92% from 255) = 32.05%
BLUE value IS 22 (8.98% from 255) = 14.10%
R=53.85%
G=32.05%
B=14.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84502200.400.740.6727.158.4920.78
Hex5432160284A431b3a15
Octal1246226050112103337225
Binary1010100110010101100101000100101010000111101111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543216

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543216; }

 p { color: rgb(84,50,22); }

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

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

 a { background-color: rgb(84,50,22); }

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

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

 span { border-color: rgb(84,50,22); }

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