#543514

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

Shades of Baker's Chocolate #543514

Tints of Baker's Chocolate #543514

Color information

#543514 (or 0x543514) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 35 and 14. RGB value is (84,53,20). Sum of RGB (Red+Green+Blue) = 84+53+20=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 53 (21.09% from 255 or 33.76% from 157); Blue value is 20 (8.20% from 255 or 12.74% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #543514 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543514 is #ABCAEB. Grayscale: #3A3A3A. Windows color (decimal): -11258604 or 1324372. OLE color: 1324372.

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

Color convert

RGB845320-
CMYK00.370.760.67
HSL30.94º61.54%20.39%-
HSV(B)30.94º76.19%32.94%-
XYZ5.064.481.26-
YUV58.51106.27146.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.50%
GREEN value IS 53 (21.09% from 255) = 33.76%
BLUE value IS 20 (8.20% from 255) = 12.74%
R=53.50%
G=33.76%
B=12.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84532000.370.760.6730.9461.5420.39
Hex5435140254C431f3e14
Octal1246524045114103377624
Binary1010100110101101000100101100110010000111111111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543514

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543514; }

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

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

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

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

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

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

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

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