#543715

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

Shades of Baker's Chocolate #543715

Tints of Baker's Chocolate #543715

Color information

#543715 (or 0x543715) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 37 and 15. RGB value is (84,55,21). Sum of RGB (Red+Green+Blue) = 84+55+21=160 (21% of max value = 765). Red value is 84 (33.20% from 255 or 52.5% from 160); Green value is 55 (21.88% from 255 or 34.38% from 160); Blue value is 21 (8.59% from 255 or 13.12% from 160); Max value from RGB is 84 - color contains mainly: red. Hex color #543715 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543715 is #ABC8EA. Grayscale: #3B3B3B. Windows color (decimal): -11258091 or 1390420. OLE color: 1390420.

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

Color convert

RGB845521-
CMYK00.350.750.67
HSL32.38º60%20.59%-
HSV(B)32.38º75%32.94%-
XYZ5.164.671.34-
YUV59.79106.11145.26-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 52.5%
GREEN value IS 55 (21.88% from 255) = 34.38%
BLUE value IS 21 (8.59% from 255) = 13.12%
R=52.5%
G=34.38%
B=13.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.75
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84552100.350.750.6732.386020.59
Hex5437150234B43203c15
Octal1246725043113103407425
Binary10101001101111010101000111001011100001110000011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543715

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543715; }

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

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

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

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

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

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

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

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