#513511

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

Shades of Baker's Chocolate #513511

Tints of Baker's Chocolate #513511

Color information

#513511 (or 0x513511) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 35 and 11. RGB value is (81,53,17). Sum of RGB (Red+Green+Blue) = 81+53+17=151 (20% of max value = 765). Red value is 81 (32.03% from 255 or 53.64% from 151); Green value is 53 (21.09% from 255 or 35.10% from 151); Blue value is 17 (7.03% from 255 or 11.26% from 151); Max value from RGB is 81 - color contains mainly: red. Hex color #513511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513511 is #AECAEE. Grayscale: #393939. Windows color (decimal): -11455215 or 1127761. OLE color: 1127761.

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

Color convert

RGB815317-
CMYK00.350.790.68
HSL33.75º65.31%19.22%-
HSV(B)33.75º79.01%31.76%-
XYZ4.774.341.12-
YUV57.27105.28144.93-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 53.64%
GREEN value IS 53 (21.09% from 255) = 35.10%
BLUE value IS 17 (7.03% from 255) = 11.26%
R=53.64%
G=35.10%
B=11.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81531700.350.790.6833.7565.3119.22
Hex5135110234F44224113
Octal12165210431171044210123
Binary101000111010110001010001110011111000100100010100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513511

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513511; }

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

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

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

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

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

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

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

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