#543613

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

Shades of Baker's Chocolate #543613

Tints of Baker's Chocolate #543613

Color information

#543613 (or 0x543613) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 36 and 13. RGB value is (84,54,19). Sum of RGB (Red+Green+Blue) = 84+54+19=157 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.50% from 157); Green value is 54 (21.48% from 255 or 34.39% from 157); Blue value is 19 (7.81% from 255 or 12.10% from 157); Max value from RGB is 84 - color contains mainly: red. Hex color #543613 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543613 is #ABC9EC. Grayscale: #3B3B3B. Windows color (decimal): -11258349 or 1259092. OLE color: 1259092.

HSL color Cylindrical-coordinate representation of color #543613: hue angle of 32.31º 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 #543613 is Cyan = 0, Magento = 0.36, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB845419-
CMYK00.360.770.67
HSL32.31º63.11%20.2%-
HSV(B)32.31º77.38%32.94%-
XYZ5.094.571.23-
YUV58.98105.44145.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.50%
GREEN value IS 54 (21.48% from 255) = 34.39%
BLUE value IS 19 (7.81% from 255) = 12.10%
R=53.50%
G=34.39%
B=12.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84541900.360.770.6732.3163.1120.2
Hex5436130244D43203f14
Octal1246623044115103407724
Binary10101001101101001101001001001101100001110000011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543613

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543613; }

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

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

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

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

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

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

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

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