#543215

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

Shades of Baker's Chocolate #543215

Tints of Baker's Chocolate #543215

Color information

#543215 (or 0x543215) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 32 and 15. RGB value is (84,50,21). Sum of RGB (Red+Green+Blue) = 84+50+21=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 50 (19.92% from 255 or 32.26% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #543215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543215 is #ABCDEA. Grayscale: #393939. Windows color (decimal): -11259371 or 1389140. OLE color: 1389140.

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

Color convert

RGB845021-
CMYK00.400.750.67
HSL27.62º60%20.59%-
HSV(B)27.62º75%32.94%-
XYZ4.934.221.26-
YUV56.86107.76147.36-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.19%
GREEN value IS 50 (19.92% from 255) = 32.26%
BLUE value IS 21 (8.59% from 255) = 13.55%
R=54.19%
G=32.26%
B=13.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84502100.400.750.6727.626020.59
Hex5432150284B431c3c15
Octal1246225050113103347425
Binary1010100110010101010101000100101110000111110011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543215; }

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

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

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

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

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

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

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

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