#543413

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

Shades of Baker's Chocolate #543413

Tints of Baker's Chocolate #543413

Color information

#543413 (or 0x543413) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 34 and 13. RGB value is (84,52,19). Sum of RGB (Red+Green+Blue) = 84+52+19=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 52 (20.70% from 255 or 33.55% from 155); Blue value is 19 (7.81% from 255 or 12.26% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #543413 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543413 is #ABCBEC. Grayscale: #393939. Windows color (decimal): -11258861 or 1258580. OLE color: 1258580.

HSL color Cylindrical-coordinate representation of color #543413: hue angle of 30.46º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #543413 is Cyan = 0, Magento = 0.38, Yellow = 0.77 and Black (K on CMYK) = 0.67.

Color convert

RGB845219-
CMYK00.380.770.67
HSL30.46º63.11%20.2%-
HSV(B)30.46º77.38%32.94%-
XYZ54.391.2-
YUV57.81106.1146.68-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.19%
GREEN value IS 52 (20.70% from 255) = 33.55%
BLUE value IS 19 (7.81% from 255) = 12.26%
R=54.19%
G=33.55%
B=12.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84521900.380.770.6730.4663.1120.2
Hex5434130264D431e3f14
Octal1246423046115103367724
Binary1010100110100100110100110100110110000111111011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543413

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543413; }

 p { color: rgb(84,52,19); }

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

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

 a { background-color: rgb(84,52,19); }

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

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

 span { border-color: rgb(84,52,19); }

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