#543515

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

Shades of Baker's Chocolate #543515

Tints of Baker's Chocolate #543515

Color information

#543515 (or 0x543515) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 35 and 15. RGB value is (84,53,21). Sum of RGB (Red+Green+Blue) = 84+53+21=158 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.16% from 158); Green value is 53 (21.09% from 255 or 33.54% from 158); Blue value is 21 (8.59% from 255 or 13.29% from 158); Max value from RGB is 84 - color contains mainly: red. Hex color #543515 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543515 is #ABCAEA. Grayscale: #3A3A3A. Windows color (decimal): -11258603 or 1389908. OLE color: 1389908.

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

Color convert

RGB845321-
CMYK00.370.750.67
HSL30.48º60%20.59%-
HSV(B)30.48º75%32.94%-
XYZ5.064.491.31-
YUV58.62106.77146.1-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.16%
GREEN value IS 53 (21.09% from 255) = 33.54%
BLUE value IS 21 (8.59% from 255) = 13.29%
R=53.16%
G=33.54%
B=13.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84532100.370.750.6730.486020.59
Hex5435150254B431e3c15
Octal1246525045113103367425
Binary1010100110101101010100101100101110000111111011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543515

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543515; }

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

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

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

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

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

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

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

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