#543614

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

Shades of Baker's Chocolate #543614

Tints of Baker's Chocolate #543614

Color information

#543614 (or 0x543614) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 36 and 14. RGB value is (84,54,20). Sum of RGB (Red+Green+Blue) = 84+54+20=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 54 (21.48% from 255 or 34.18% from 158); Blue value is 20 (8.20% from 255 or 12.66% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #543614 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543614 is #ABC9EB. Grayscale: #3B3B3B. Windows color (decimal): -11258348 or 1324628. OLE color: 1324628.

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

Color convert

RGB845420-
CMYK00.360.760.67
HSL31.88º61.54%20.39%-
HSV(B)31.88º76.19%32.94%-
XYZ5.14.571.28-
YUV59.09105.94145.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.16%
GREEN value IS 54 (21.48% from 255) = 34.18%
BLUE value IS 20 (8.20% from 255) = 12.66%
R=53.16%
G=34.18%
B=12.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84542000.360.760.6731.8861.5420.39
Hex5436140244C43203e14
Octal1246624044114103407624
Binary10101001101101010001001001001100100001110000011111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543614

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543614; }

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

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

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

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

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

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

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

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