#543016

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

Shades of Baker's Chocolate #543016

Tints of Baker's Chocolate #543016

Color information

#543016 (or 0x543016) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 30 and 16. RGB value is (84,48,22). Sum of RGB (Red+Green+Blue) = 84+48+22=154 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.55% from 154); Green value is 48 (19.14% from 255 or 31.17% from 154); Blue value is 22 (8.98% from 255 or 14.29% from 154); Max value from RGB is 84 - color contains mainly: red. Hex color #543016 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543016 is #ABCFE9. Grayscale: #373737. Windows color (decimal): -11259882 or 1454164. OLE color: 1454164.

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

Color convert

RGB844822-
CMYK00.430.740.67
HSL25.16º58.49%20.78%-
HSV(B)25.16º73.81%32.94%-
XYZ4.864.061.29-
YUV55.8108.93148.11-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.55%
GREEN value IS 48 (19.14% from 255) = 31.17%
BLUE value IS 22 (8.98% from 255) = 14.29%
R=54.55%
G=31.17%
B=14.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84482200.430.740.6725.1658.4920.78
Hex54301602B4A43193a15
Octal1246026053112103317225
Binary1010100110000101100101011100101010000111100111101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543016

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543016; }

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

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

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

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

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

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

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

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