#543512

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

Shades of Baker's Chocolate #543512

Tints of Baker's Chocolate #543512

Color information

#543512 (or 0x543512) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 35 and 12. RGB value is (84,53,18). Sum of RGB (Red+Green+Blue) = 84+53+18=155 (20% of max value = 765). Red value is 84 (33.20% from 255 or 54.19% from 155); Green value is 53 (21.09% from 255 or 34.19% from 155); Blue value is 18 (7.42% from 255 or 11.61% from 155); Max value from RGB is 84 - color contains mainly: red. Hex color #543512 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543512 is #ABCAED. Grayscale: #3A3A3A. Windows color (decimal): -11258606 or 1193300. OLE color: 1193300.

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

Color convert

RGB845318-
CMYK00.370.790.67
HSL31.82º64.71%20%-
HSV(B)31.82º78.57%32.94%-
XYZ5.044.471.17-
YUV58.28105.27146.35-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 54.19%
GREEN value IS 53 (21.09% from 255) = 34.19%
BLUE value IS 18 (7.42% from 255) = 11.61%
R=54.19%
G=34.19%
B=11.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84531800.370.790.6731.8264.7120
Hex5435120254F43204114
Octal12465220451171034010124
Binary101010011010110010010010110011111000011100000100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543512

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543512; }

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

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

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

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

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

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

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

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