#543B0D

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

Shades of Baker's Chocolate #543B0D

Tints of Baker's Chocolate #543B0D

Color information

#543B0D (or 0x543B0D) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 3B and 0D. RGB value is (84,59,13). Sum of RGB (Red+Green+Blue) = 84+59+13=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 59 (23.44% from 255 or 37.82% from 156); Blue value is 13 (5.47% from 255 or 8.33% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #543B0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543B0D is #ABC4F2. Grayscale: #3D3D3D. Windows color (decimal): -11257075 or 867156. OLE color: 867156.

HSL color Cylindrical-coordinate representation of color #543B0D: hue angle of 38.87º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #543B0D is Cyan = 0, Magento = 0.30, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB845913-
CMYK00.300.850.67
HSL38.87º73.2%19.02%-
HSV(B)38.87º84.52%32.94%-
XYZ5.295.041.07-
YUV61.23100.78144.24-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.85%
GREEN value IS 59 (23.44% from 255) = 37.82%
BLUE value IS 13 (5.47% from 255) = 8.33%
R=53.85%
G=37.82%
B=8.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84591300.300.850.6738.8773.219.02
Hex543BD01E5543274913
Octal12473150361251034711123
Binary1010100111011110101111010101011000011100111100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543B0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,59,13); }

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

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

 a { background-color: rgb(84,59,13); }

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

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

 span { border-color: rgb(84,59,13); }

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