#542711

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

Shades of Baker's Chocolate #542711

Tints of Baker's Chocolate #542711

Color information

#542711 (or 0x542711) is unknown color: approx Baker's Chocolate. HEX triplet: 54, 27 and 11. RGB value is (84,39,17). Sum of RGB (Red+Green+Blue) = 84+39+17=140 (18% of max value = 765). Red value is 84 (33.20% from 255 or 60% from 140); Green value is 39 (15.62% from 255 or 27.86% from 140); Blue value is 17 (7.03% from 255 or 12.14% from 140); Max value from RGB is 84 - color contains mainly: red. Hex color #542711 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #542711 is #ABD8EE. Grayscale: #323232. Windows color (decimal): -11262191 or 1124180. OLE color: 1124180.

HSL color Cylindrical-coordinate representation of color #542711: hue angle of 19.7º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #542711 is Cyan = 0, Magento = 0.54, Yellow = 0.80 and Black (K on CMYK) = 0.67.

Color convert

RGB843917-
CMYK00.540.800.67
HSL19.7º66.34%19.8%-
HSV(B)19.7º79.76%32.94%-
XYZ4.483.380.95-
YUV49.95109.41152.29-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 60%
GREEN value IS 39 (15.62% from 255) = 27.86%
BLUE value IS 17 (7.03% from 255) = 12.14%
R=60%
G=27.86%
B=12.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.54
Y (Yellow) values IS 0.80
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal84391700.540.800.6719.766.3419.8
Hex5427110365043144214
Octal12447210661201032410224
Binary10101001001111000101101101010000100001110100100001010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #542711

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #542711; }

 p { color: rgb(84,39,17); }

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

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

 a { background-color: rgb(84,39,17); }

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

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

 span { border-color: rgb(84,39,17); }

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