#543815

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

Shades of Baker's Chocolate #543815

Tints of Baker's Chocolate #543815

Color information

#543815 (or 0x543815) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 38 and 15. RGB value is (84,56,21). Sum of RGB (Red+Green+Blue) = 84+56+21=161 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.17% from 161); Green value is 56 (22.27% from 255 or 34.78% from 161); Blue value is 21 (8.59% from 255 or 13.04% from 161); Max value from RGB is 84 - color contains mainly: red. Hex color #543815 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543815 is #ABC7EA. Grayscale: #3C3C3C. Windows color (decimal): -11257835 or 1390676. OLE color: 1390676.

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

Color convert

RGB845621-
CMYK00.330.750.67
HSL33.33º60%20.59%-
HSV(B)33.33º75%32.94%-
XYZ5.214.771.36-
YUV60.38105.78144.85-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.17%
GREEN value IS 56 (22.27% from 255) = 34.78%
BLUE value IS 21 (8.59% from 255) = 13.04%
R=52.17%
G=34.78%
B=13.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84562100.330.750.6733.336020.59
Hex5438150214B43213c15
Octal1247025041113103417425
Binary10101001110001010101000011001011100001110000111110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543815

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543815; }

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

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

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

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

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

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

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

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