#543A0D

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

Shades of Baker's Chocolate #543A0D

Tints of Baker's Chocolate #543A0D

Color information

#543A0D (or 0x543A0D) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 3A and 0D. RGB value is (84,58,13). Sum of RGB (Red+Green+Blue) = 84+58+13=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 58 (23.05% from 255 or 37.42% from 155); Blue value is 13 (5.47% from 255 or 8.39% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #543A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543A0D is #ABC5F2. Grayscale: #3C3C3C. Windows color (decimal): -11257331 or 866900. OLE color: 866900.

HSL color Cylindrical-coordinate representation of color #543A0D: hue angle of 38.03º 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 #543A0D is Cyan = 0, Magento = 0.31, Yellow = 0.85 and Black (K on CMYK) = 0.67.

Color convert

RGB845813-
CMYK00.310.850.67
HSL38.03º73.2%19.02%-
HSV(B)38.03º84.52%32.94%-
XYZ5.244.941.06-
YUV60.64101.11144.66-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.19%
GREEN value IS 58 (23.05% from 255) = 37.42%
BLUE value IS 13 (5.47% from 255) = 8.39%
R=54.19%
G=37.42%
B=8.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.85
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84581300.310.850.6738.0373.219.02
Hex543AD01F5543264913
Octal12472150371251034611123
Binary1010100111010110101111110101011000011100110100100110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543A0D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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