#543716

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

Shades of Baker's Chocolate #543716

Tints of Baker's Chocolate #543716

Color information

#543716 (or 0x543716) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 37 and 16. RGB value is (84,55,22). Sum of RGB (Red+Green+Blue) = 84+55+22=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 55 (21.88% from 255 or 34.16% from 161); Blue value is 22 (8.98% from 255 or 13.66% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #543716 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543716 is #ABC8E9. Grayscale: #3C3C3C. Windows color (decimal): -11258090 or 1455956. OLE color: 1455956.

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

Color convert

RGB845522-
CMYK00.350.740.67
HSL31.94º58.49%20.78%-
HSV(B)31.94º73.81%32.94%-
XYZ5.174.681.39-
YUV59.91106.61145.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.17%
GREEN value IS 55 (21.88% from 255) = 34.16%
BLUE value IS 22 (8.98% from 255) = 13.66%
R=52.17%
G=34.16%
B=13.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84552200.350.740.6731.9458.4920.78
Hex5437160234A43203a15
Octal1246726043112103407225
Binary10101001101111011001000111001010100001110000011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543716

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543716; }

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

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

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

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

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

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

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

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