#512E12

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

Shades of Baker's Chocolate #512E12

Tints of Baker's Chocolate #512E12

Color information

#512E12 (or 0x512E12) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 2E and 12. RGB value is (81,46,18). Sum of RGB (Red+Green+Blue) = 81+46+18=145 (19% of max value = 765). Red value is 81 (32.03% from 255 or 55.86% from 145); Green value is 46 (18.36% from 255 or 31.72% from 145); Blue value is 18 (7.42% from 255 or 12.41% from 145); Max value from RGB is 81 - color contains mainly: red. Hex color #512E12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512E12 is #AED1ED. Grayscale: #353535. Windows color (decimal): -11457006 or 1191505. OLE color: 1191505.

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

Color convert

RGB814618-
CMYK00.430.780.68
HSL26.67º63.64%19.41%-
HSV(B)26.67º77.78%31.76%-
XYZ4.483.751.06-
YUV53.27108.1147.78-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 55.86%
GREEN value IS 46 (18.36% from 255) = 31.72%
BLUE value IS 18 (7.42% from 255) = 12.41%
R=55.86%
G=31.72%
B=12.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.78
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal81461800.430.780.6826.6763.6419.41
Hex512E1202B4E441b4013
Octal12156220531161043310023
Binary10100011011101001001010111001110100010011011100000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512E12

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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