#513310

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

Shades of Baker's Chocolate #513310

Tints of Baker's Chocolate #513310

Color information

#513310 (or 0x513310) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 33 and 10. RGB value is (81,51,16). Sum of RGB (Red+Green+Blue) = 81+51+16=148 (19% of max value = 765). Red value is 81 (32.03% from 255 or 54.73% from 148); Green value is 51 (20.31% from 255 or 34.46% from 148); Blue value is 16 (6.64% from 255 or 10.81% from 148); Max value from RGB is 81 - color contains mainly: red. Hex color #513310 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513310 is #AECCEF. Grayscale: #383838. Windows color (decimal): -11455728 or 1061713. OLE color: 1061713.

HSL color Cylindrical-coordinate representation of color #513310: hue angle of 32.31º degrees, saturation: 0.67, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #513310 is Cyan = 0, Magento = 0.37, Yellow = 0.80 and Black (K on CMYK) = 0.68.

Color convert

RGB815116-
CMYK00.370.800.68
HSL32.31º67.01%19.02%-
HSV(B)32.31º80.25%31.76%-
XYZ4.674.151.05-
YUV55.98105.44145.85-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 54.73%
GREEN value IS 51 (20.31% from 255) = 34.46%
BLUE value IS 16 (6.64% from 255) = 10.81%
R=54.73%
G=34.46%
B=10.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81511600.370.800.6832.3167.0119.02
Hex5133100255044204313
Octal12163200451201044010323
Binary101000111001110000010010110100001000100100000100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513310

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513310; }

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

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

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

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

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

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

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

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