#543913

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

Shades of Baker's Chocolate #543913

Tints of Baker's Chocolate #543913

Color information

#543913 (or 0x543913) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 39 and 13. RGB value is (84,57,19). Sum of RGB (Red+Green+Blue) = 84+57+19=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 57 (22.66% from 255 or 35.62% from 160); Blue value is 19 (7.81% from 255 or 11.88% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #543913 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543913 is #ABC6EC. Grayscale: #3C3C3C. Windows color (decimal): -11257581 or 1259860. OLE color: 1259860.

HSL color Cylindrical-coordinate representation of color #543913: hue angle of 35.08º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #543913 is Cyan = 0, Magento = 0.32, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB845719-
CMYK00.320.770.67
HSL35.08º63.11%20.2%-
HSV(B)35.08º77.38%32.94%-
XYZ5.244.861.28-
YUV60.74104.45144.59-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.5%
GREEN value IS 57 (22.66% from 255) = 35.62%
BLUE value IS 19 (7.81% from 255) = 11.88%
R=52.5%
G=35.62%
B=11.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84571900.320.770.6735.0863.1120.2
Hex5439130204D43233f14
Octal1247123040115103437724
Binary10101001110011001101000001001101100001110001111111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543913

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543913; }

 p { color: rgb(84,57,19); }

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

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

 a { background-color: rgb(84,57,19); }

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

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

 span { border-color: rgb(84,57,19); }

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