#543315

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

Shades of Baker's Chocolate #543315

Tints of Baker's Chocolate #543315

Color information

#543315 (or 0x543315) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 33 and 15. RGB value is (84,51,21). Sum of RGB (Red+Green+Blue) = 84+51+21=156 (20% of max value = 765). Red value is 84 (33.20% from 255 or 53.85% from 156); Green value is 51 (20.31% from 255 or 32.69% from 156); Blue value is 21 (8.59% from 255 or 13.46% from 156); Max value from RGB is 84 - color contains mainly: red. Hex color #543315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543315 is #ABCCEA. Grayscale: #393939. Windows color (decimal): -11259115 or 1389396. OLE color: 1389396.

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

Color convert

RGB845121-
CMYK00.390.750.67
HSL28.57º60%20.59%-
HSV(B)28.57º75%32.94%-
XYZ4.984.311.28-
YUV57.45107.43146.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 53.85%
GREEN value IS 51 (20.31% from 255) = 32.69%
BLUE value IS 21 (8.59% from 255) = 13.46%
R=53.85%
G=32.69%
B=13.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84512100.390.750.6728.576020.59
Hex5433150274B431d3c15
Octal1246325047113103357425
Binary1010100110011101010100111100101110000111110111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543315

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543315; }

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

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

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

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

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

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

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

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