#543312

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

Shades of Baker's Chocolate #543312

Tints of Baker's Chocolate #543312

Color information

#543312 (or 0x543312) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 33 and 12. RGB value is (84,51,18). Sum of RGB (Red+Green+Blue) = 84+51+18=153 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.90% from 153); Green value is 51 (20.31% from 255 or 33.33% from 153); Blue value is 18 (7.42% from 255 or 11.76% from 153); Max value from RGB is 84 - color contains mainly: red. Hex color #543312 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543312 is #ABCCED. Grayscale: #393939. Windows color (decimal): -11259118 or 1192788. OLE color: 1192788.

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

Color convert

RGB845118-
CMYK00.390.790.67
HSL30º64.71%20%-
HSV(B)30º78.57%32.94%-
XYZ4.954.31.14-
YUV57.1105.93147.18-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.90%
GREEN value IS 51 (20.31% from 255) = 33.33%
BLUE value IS 18 (7.42% from 255) = 11.76%
R=54.90%
G=33.33%
B=11.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84511800.390.790.673064.7120
Hex5433120274F431e4114
Octal12463220471171033610124
Binary10101001100111001001001111001111100001111110100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543312

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543312; }

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

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

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

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

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

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

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

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