#543314

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

Shades of Baker's Chocolate #543314

Tints of Baker's Chocolate #543314

Color information

#543314 (or 0x543314) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 33 and 14. RGB value is (84,51,20). Sum of RGB (Red+Green+Blue) = 84+51+20=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 20 (8.20% from 255 or 12.90% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #543314 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543314 is #ABCCEB. Grayscale: #393939. Windows color (decimal): -11259116 or 1323860. OLE color: 1323860.

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

Color convert

RGB845120-
CMYK00.390.760.67
HSL29.06º61.54%20.39%-
HSV(B)29.06º76.19%32.94%-
XYZ4.974.31.23-
YUV57.33106.93147.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.19%
GREEN value IS 51 (20.31% from 255) = 32.90%
BLUE value IS 20 (8.20% from 255) = 12.90%
R=54.19%
G=32.90%
B=12.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.76
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84512000.390.760.6729.0661.5420.39
Hex5433140274C431d3e14
Octal1246324047114103357624
Binary1010100110011101000100111100110010000111110111111010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543314

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543314; }

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

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

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

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

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

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

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

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