#543412

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

Shades of Baker's Chocolate #543412

Tints of Baker's Chocolate #543412

Color information

#543412 (or 0x543412) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 34 and 12. RGB value is (84,52,18). Sum of RGB (Red+Green+Blue) = 84+52+18=154 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.55% from 154); Green value is 52 (20.70% from 255 or 33.77% from 154); Blue value is 18 (7.42% from 255 or 11.69% from 154); Max value from RGB is 84 - color contains mainly: red. Hex color #543412 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543412 is #ABCBED. Grayscale: #393939. Windows color (decimal): -11258862 or 1193044. OLE color: 1193044.

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

Color convert

RGB845218-
CMYK00.380.790.67
HSL30.91º64.71%20%-
HSV(B)30.91º78.57%32.94%-
XYZ4.994.381.16-
YUV57.69105.6146.76-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.55%
GREEN value IS 52 (20.70% from 255) = 33.77%
BLUE value IS 18 (7.42% from 255) = 11.69%
R=54.55%
G=33.77%
B=11.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84521800.380.790.6730.9164.7120
Hex5434120264F431f4114
Octal12464220461171033710124
Binary10101001101001001001001101001111100001111111100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543412

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543412; }

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

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

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

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

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

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

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

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