#513311

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

Shades of Baker's Chocolate #513311

Tints of Baker's Chocolate #513311

Color information

#513311 (or 0x513311) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 33 and 11. RGB value is (81,51,17). Sum of RGB (Red+Green+Blue) = 81+51+17=149 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.36% from 149); Green value is 51 (20.31% from 255 or 34.23% from 149); Blue value is 17 (7.03% from 255 or 11.41% from 149); Max value from RGB is 81 - color contains mainly: red. Hex color #513311 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513311 is #AECCEE. Grayscale: #383838. Windows color (decimal): -11455727 or 1127249. OLE color: 1127249.

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

Color convert

RGB815117-
CMYK00.370.790.68
HSL31.88º65.31%19.22%-
HSV(B)31.88º79.01%31.76%-
XYZ4.684.161.09-
YUV56.09105.94145.76-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.36%
GREEN value IS 51 (20.31% from 255) = 34.23%
BLUE value IS 17 (7.03% from 255) = 11.41%
R=54.36%
G=34.23%
B=11.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.79
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81511700.370.790.6831.8865.3119.22
Hex5133110254F44204113
Octal12163210451171044010123
Binary101000111001110001010010110011111000100100000100000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513311

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513311; }

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

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

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

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

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

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

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

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