#513110

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

Shades of Baker's Chocolate #513110

Tints of Baker's Chocolate #513110

Color information

#513110 (or 0x513110) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 31 and 10. RGB value is (81,49,16). Sum of RGB (Red+Green+Blue) = 81+49+16=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 49 (19.53% from 255 or 33.56% from 146); Blue value is 16 (6.64% from 255 or 10.96% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #513110 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #513110 is #AECEEF. Grayscale: #363636. Windows color (decimal): -11456240 or 1061201. OLE color: 1061201.

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

Color convert

RGB814916-
CMYK00.400.800.68
HSL30.46º67.01%19.02%-
HSV(B)30.46º80.25%31.76%-
XYZ4.593.981.02-
YUV54.81106.1146.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.48%
GREEN value IS 49 (19.53% from 255) = 33.56%
BLUE value IS 16 (6.64% from 255) = 10.96%
R=55.48%
G=33.56%
B=10.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81491600.400.800.6830.4667.0119.02
Hex51311002850441e4313
Octal12161200501201043610323
Binary10100011100011000001010001010000100010011110100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #513110

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #513110; }

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

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

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

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

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

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

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

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