#512910

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

Shades of Baker's Chocolate #512910

Tints of Baker's Chocolate #512910

Color information

#512910 (or 0x512910) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 29 and 10. RGB value is (81,41,16). Sum of RGB (Red+Green+Blue) = 81+41+16=138 (18% of max value = 765). Red value is 81 (32.03% from 255 or 58.70% from 138); Green value is 41 (16.41% from 255 or 29.71% from 138); Blue value is 16 (6.64% from 255 or 11.59% from 138); Max value from RGB is 81 - color contains mainly: red. Hex color #512910 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512910 is #AED6EF. Grayscale: #323232. Windows color (decimal): -11458288 or 1059153. OLE color: 1059153.

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

Color convert

RGB814116-
CMYK00.490.800.68
HSL23.08º67.01%19.02%-
HSV(B)23.08º80.25%31.76%-
XYZ4.283.370.92-
YUV50.11108.75150.03-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 58.70%
GREEN value IS 41 (16.41% from 255) = 29.71%
BLUE value IS 16 (6.64% from 255) = 11.59%
R=58.70%
G=29.71%
B=11.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.49
Y (Yellow) values IS 0.80
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81411600.490.800.6823.0867.0119.02
Hex5129100315044174313
Octal12151200611201042710323
Binary10100011010011000001100011010000100010010111100001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512910

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512910; }

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

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

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

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

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

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

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

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