#543914

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

Shades of Baker's Chocolate #543914

Tints of Baker's Chocolate #543914

Color information

#543914 (or 0x543914) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 39 and 14. RGB value is (84,57,20). Sum of RGB (Red+Green+Blue) = 84+57+20=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 57 (22.66% from 255 or 35.40% from 161); Blue value is 20 (8.20% from 255 or 12.42% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #543914 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543914 is #ABC6EB. Grayscale: #3D3D3D. Windows color (decimal): -11257580 or 1325396. OLE color: 1325396.

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

Color convert

RGB845720-
CMYK00.320.760.67
HSL34.69º61.54%20.39%-
HSV(B)34.69º76.19%32.94%-
XYZ5.254.861.32-
YUV60.86104.95144.51-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.17%
GREEN value IS 57 (22.66% from 255) = 35.40%
BLUE value IS 20 (8.20% from 255) = 12.42%
R=52.17%
G=35.40%
B=12.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84572000.320.760.6734.6961.5420.39
Hex5439140204C43233e14
Octal1247124040114103437624
Binary10101001110011010001000001001100100001110001111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543914

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543914; }

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

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

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

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

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

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

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

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