#543714

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

Shades of Baker's Chocolate #543714

Tints of Baker's Chocolate #543714

Color information

#543714 (or 0x543714) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 37 and 14. RGB value is (84,55,20). Sum of RGB (Red+Green+Blue) = 84+55+20=159 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.83% from 159); Green value is 55 (21.88% from 255 or 34.59% from 159); Blue value is 20 (8.20% from 255 or 12.58% from 159); Max value from RGB is 84 - color contains mainly: red. Hex color #543714 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543714 is #ABC8EB. Grayscale: #3B3B3B. Windows color (decimal): -11258092 or 1324884. OLE color: 1324884.

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

Color convert

RGB845520-
CMYK00.350.760.67
HSL32.81º61.54%20.39%-
HSV(B)32.81º76.19%32.94%-
XYZ5.154.671.29-
YUV59.68105.61145.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.83%
GREEN value IS 55 (21.88% from 255) = 34.59%
BLUE value IS 20 (8.20% from 255) = 12.58%
R=52.83%
G=34.59%
B=12.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84552000.350.760.6732.8161.5420.39
Hex5437140234C43213e14
Octal1246724043114103417624
Binary10101001101111010001000111001100100001110000111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543714; }

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

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

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

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

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

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

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

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