#512D10

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

Shades of Baker's Chocolate #512D10

Tints of Baker's Chocolate #512D10

Color information

#512D10 (or 0x512D10) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 2D and 10. RGB value is (81,45,16). Sum of RGB (Red+Green+Blue) = 81+45+16=142 (18% of max value = 765). Red value is 81 (32.03% from 255 or 57.04% from 142); Green value is 45 (17.97% from 255 or 31.69% from 142); Blue value is 16 (6.64% from 255 or 11.27% from 142); Max value from RGB is 81 - color contains mainly: red. Hex color #512D10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512D10 is #AED2EF. Grayscale: #343434. Windows color (decimal): -11457264 or 1060177. OLE color: 1060177.

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

Color convert

RGB814516-
CMYK00.440.800.68
HSL26.77º67.01%19.02%-
HSV(B)26.77º80.25%31.76%-
XYZ4.433.660.96-
YUV52.46107.43148.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 57.04%
GREEN value IS 45 (17.97% from 255) = 31.69%
BLUE value IS 16 (6.64% from 255) = 11.27%
R=57.04%
G=31.69%
B=11.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81451600.440.800.6826.7767.0119.02
Hex512D1002C50441b4313
Octal12155200541201043310323
Binary10100011011011000001011001010000100010011011100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512D10

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512D10; }

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

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

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

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

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

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

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

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