#512706

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

Shades of Baker's Chocolate #512706

Tints of Baker's Chocolate #512706

Color information

#512706 (or 0x512706) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 27 and 06. RGB value is (81,39,6). Sum of RGB (Red+Green+Blue) = 81+39+6=126 (16% of max value = 765). Red value is 81 (32.03% from 255 or 64.29% from 126); Green value is 39 (15.62% from 255 or 30.95% from 126); Blue value is 6 (2.73% from 255 or 4.76% from 126); Max value from RGB is 81 - color contains mainly: red. Hex color #512706 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512706 is #AED8F9. Grayscale: #2F2F2F. Windows color (decimal): -11458810 or 403281. OLE color: 403281.

HSL color Cylindrical-coordinate representation of color #512706: hue angle of 26.4º degrees, saturation: 0.86, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #512706 is Cyan = 0, Magento = 0.52, Yellow = 0.93 and Black (K on CMYK) = 0.68.

Color convert

RGB81396-
CMYK00.520.930.68
HSL26.4º86.21%17.06%-
HSV(B)26.4º92.59%31.76%-
XYZ4.153.210.57-
YUV47.8104.41151.68-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 64.29%
GREEN value IS 39 (15.62% from 255) = 30.95%
BLUE value IS 6 (2.73% from 255) = 4.76%
R=64.29%
G=30.95%
B=4.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.93
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8139600.520.930.6826.486.2117.06
Hex512760345D441a5611
Octal1214760641351043212621
Binary101000110011111001101001011101100010011010101011010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512706

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #512706; }

 p { color: rgb(81,39,6); }

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

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

 a { background-color: rgb(81,39,6); }

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

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

 span { border-color: rgb(81,39,6); }

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