#542812

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

Shades of Baker's Chocolate #542812

Tints of Baker's Chocolate #542812

Color information

#542812 (or 0x542812) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 28 and 12. RGB value is (84,40,18). Sum of RGB (Red+Green+Blue) = 84+40+18=142 (18% of max value = 765). Red value is 84 (33.20% from 255 or 59.15% from 142); Green value is 40 (16.02% from 255 or 28.17% from 142); Blue value is 18 (7.42% from 255 or 12.68% from 142); Max value from RGB is 84 - color contains mainly: red. Hex color #542812 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542812 is #ABD7ED. Grayscale: #323232. Windows color (decimal): -11261934 or 1189972. OLE color: 1189972.

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

Color convert

RGB844018-
CMYK00.520.790.67
HSL20º64.71%20%-
HSV(B)20º78.57%32.94%-
XYZ4.523.451-
YUV50.65109.58151.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 59.15%
GREEN value IS 40 (16.02% from 255) = 28.17%
BLUE value IS 18 (7.42% from 255) = 12.68%
R=59.15%
G=28.17%
B=12.68%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.79
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84401800.520.790.672064.7120
Hex5428120344F43144114
Octal12450220641171032410124
Binary10101001010001001001101001001111100001110100100000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542812

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542812; }

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

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

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

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

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

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

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

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