#543012

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

Shades of Baker's Chocolate #543012

Tints of Baker's Chocolate #543012

Color information

#543012 (or 0x543012) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 30 and 12. RGB value is (84,48,18). Sum of RGB (Red+Green+Blue) = 84+48+18=150 (19% of max value = 765). Red value is 84 (33.20% from 255 or 56% from 150); Green value is 48 (19.14% from 255 or 32% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 84 - color contains mainly: red. Hex color #543012 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #543012 is #ABCFED. Grayscale: #373737. Windows color (decimal): -11259886 or 1192020. OLE color: 1192020.

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

Color convert

RGB844818-
CMYK00.430.790.67
HSL27.27º64.71%20%-
HSV(B)27.27º78.57%32.94%-
XYZ4.824.041.1-
YUV55.34106.93148.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 56%
GREEN value IS 48 (19.14% from 255) = 32%
BLUE value IS 18 (7.42% from 255) = 12%
R=56%
G=32%
B=12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84481800.430.790.6727.2764.7120
Hex54301202B4F431b4114
Octal12460220531171033310124
Binary10101001100001001001010111001111100001111011100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #543012

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #543012; }

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

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

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

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

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

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

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

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