#513111

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

Shades of Baker's Chocolate #513111

Tints of Baker's Chocolate #513111

Color information

#513111 (or 0x513111) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 31 and 11. RGB value is (81,49,17). Sum of RGB (Red+Green+Blue) = 81+49+17=147 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.10% from 147); Green value is 49 (19.53% from 255 or 33.33% from 147); Blue value is 17 (7.03% from 255 or 11.56% from 147); Max value from RGB is 81 - color contains mainly: red. Hex color #513111 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513111 is #AECEEE. Grayscale: #373737. Windows color (decimal): -11456239 or 1126737. OLE color: 1126737.

HSL color Cylindrical-coordinate representation of color #513111: hue angle of 30º degrees, saturation: 0.65, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #513111 is Cyan = 0, Magento = 0.40, Yellow = 0.79 and Black (K on CMYK) = 0.68.

Color convert

RGB814917-
CMYK00.400.790.68
HSL30º65.31%19.22%-
HSV(B)30º79.01%31.76%-
XYZ4.593.991.06-
YUV54.92106.6146.6-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.10%
GREEN value IS 49 (19.53% from 255) = 33.33%
BLUE value IS 17 (7.03% from 255) = 11.56%
R=55.10%
G=33.33%
B=11.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81491700.400.790.683065.3119.22
Hex5131110284F441e4113
Octal12161210501171043610123
Binary10100011100011000101010001001111100010011110100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513111

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513111; }

 p { color: rgb(81,49,17); }

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

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

 a { background-color: rgb(81,49,17); }

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

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

 span { border-color: rgb(81,49,17); }

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