#543113

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

Shades of Baker's Chocolate #543113

Tints of Baker's Chocolate #543113

Color information

#543113 (or 0x543113) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 31 and 13. RGB value is (84,49,19). Sum of RGB (Red+Green+Blue) = 84+49+19=152 (20% of max value = 765). Red value is 84 (33.20% from 255 or 55.26% from 152); Green value is 49 (19.53% from 255 or 32.24% from 152); Blue value is 19 (7.81% from 255 or 12.5% from 152); Max value from RGB is 84 - color contains mainly: red. Hex color #543113 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543113 is #ABCEEC. Grayscale: #383838. Windows color (decimal): -11259629 or 1257812. OLE color: 1257812.

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

Color convert

RGB844919-
CMYK00.420.770.67
HSL27.69º63.11%20.2%-
HSV(B)27.69º77.38%32.94%-
XYZ4.874.131.16-
YUV56.04107.1147.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 55.26%
GREEN value IS 49 (19.53% from 255) = 32.24%
BLUE value IS 19 (7.81% from 255) = 12.5%
R=55.26%
G=32.24%
B=12.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.77
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84491900.420.770.6727.6963.1120.2
Hex54311302A4D431c3f14
Octal1246123052115103347724
Binary1010100110001100110101010100110110000111110011111110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543113

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543113; }

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

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

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

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

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

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

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

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