#543A15

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

Shades of Baker's Chocolate #543A15

Tints of Baker's Chocolate #543A15

Color information

#543A15 (or 0x543A15) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 3A and 15. RGB value is (84,58,21). Sum of RGB (Red+Green+Blue) = 84+58+21=163 (21% of max value = 765). Red value is 84 (33.20% from 255 or 51.53% from 163); Green value is 58 (23.05% from 255 or 35.58% from 163); Blue value is 21 (8.59% from 255 or 12.88% from 163); Max value from RGB is 84 - color contains mainly: red. Hex color #543A15 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543A15 is #ABC5EA. Grayscale: #3D3D3D. Windows color (decimal): -11257323 or 1391188. OLE color: 1391188.

HSL color Cylindrical-coordinate representation of color #543A15: hue angle of 35.24º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #543A15 is Cyan = 0, Magento = 0.31, Yellow = 0.75 and Black (K on CMYK) = 0.67.

Color convert

RGB845821-
CMYK00.310.750.67
HSL35.24º60%20.59%-
HSV(B)35.24º75%32.94%-
XYZ5.34.971.39-
YUV61.56105.11144.01-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 51.53%
GREEN value IS 58 (23.05% from 255) = 35.58%
BLUE value IS 21 (8.59% from 255) = 12.88%
R=51.53%
G=35.58%
B=12.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84582100.310.750.6735.246020.59
Hex543A1501F4B43233c15
Octal1247225037113103437425
Binary1010100111010101010111111001011100001110001111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543A15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543A15; }

 p { color: rgb(84,58,21); }

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

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

 a { background-color: rgb(84,58,21); }

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

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

 span { border-color: rgb(84,58,21); }

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