#512F12

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

Shades of Baker's Chocolate #512F12

Tints of Baker's Chocolate #512F12

Color information

#512F12 (or 0x512F12) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 2F and 12. RGB value is (81,47,18). Sum of RGB (Red+Green+Blue) = 81+47+18=146 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.48% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 18 (7.42% from 255 or 12.33% from 146); Max value from RGB is 81 - color contains mainly: red. Hex color #512F12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512F12 is #AED0ED. Grayscale: #363636. Windows color (decimal): -11456750 or 1191761. OLE color: 1191761.

HSL color Cylindrical-coordinate representation of color #512F12: hue angle of 27.62º degrees, saturation: 0.64, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #512F12 is Cyan = 0, Magento = 0.42, Yellow = 0.78 and Black (K on CMYK) = 0.68.

Color convert

RGB814718-
CMYK00.420.780.68
HSL27.62º63.64%19.41%-
HSV(B)27.62º77.78%31.76%-
XYZ4.523.831.07-
YUV53.86107.76147.36-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.48%
GREEN value IS 47 (18.75% from 255) = 32.19%
BLUE value IS 18 (7.42% from 255) = 12.33%
R=55.48%
G=32.19%
B=12.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81471800.420.780.6827.6263.6419.41
Hex512F1202A4E441c4013
Octal12157220521161043410023
Binary10100011011111001001010101001110100010011100100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512F12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(81,47,18); }

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

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

 a { background-color: rgb(81,47,18); }

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

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

 span { border-color: rgb(81,47,18); }

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