#543316

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

Shades of Baker's Chocolate #543316

Tints of Baker's Chocolate #543316

Color information

#543316 (or 0x543316) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 33 and 16. RGB value is (84,51,22). Sum of RGB (Red+Green+Blue) = 84+51+22=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 22 (8.98% from 255 or 14.01% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #543316 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543316 is #ABCCE9. Grayscale: #393939. Windows color (decimal): -11259114 or 1454932. OLE color: 1454932.

HSL color Cylindrical-coordinate representation of color #543316: hue angle of 28.06º degrees, saturation: 0.58, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #543316 is Cyan = 0, Magento = 0.39, Yellow = 0.74 and Black (K on CMYK) = 0.67.

Color convert

RGB845122-
CMYK00.390.740.67
HSL28.06º58.49%20.78%-
HSV(B)28.06º73.81%32.94%-
XYZ4.984.311.33-
YUV57.56107.93146.86-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.50%
GREEN value IS 51 (20.31% from 255) = 32.48%
BLUE value IS 22 (8.98% from 255) = 14.01%
R=53.50%
G=32.48%
B=14.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.74
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84512200.390.740.6728.0658.4920.78
Hex5433160274A431c3a15
Octal1246326047112103347225
Binary1010100110011101100100111100101010000111110011101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543316

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543316; }

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

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

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

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

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

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

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

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