#512E05

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

Shades of Baker's Chocolate #512E05

Tints of Baker's Chocolate #512E05

Color information

#512E05 (or 0x512E05) is unknown color: approx Baker's Chocolate. HEX triplet: 51, 2E and 05. RGB value is (81,46,5). Sum of RGB (Red+Green+Blue) = 81+46+5=132 (17% of max value = 765). Red value is 81 (32.03% from 255 or 61.36% from 132); Green value is 46 (18.36% from 255 or 34.85% from 132); Blue value is 5 (2.34% from 255 or 3.79% from 132); Max value from RGB is 81 - color contains mainly: red. Hex color #512E05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512E05 is #AED1FA. Grayscale: #333333. Windows color (decimal): -11457019 or 339537. OLE color: 339537.

HSL color Cylindrical-coordinate representation of color #512E05: hue angle of 32.37º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #512E05 is Cyan = 0, Magento = 0.43, Yellow = 0.94 and Black (K on CMYK) = 0.68.

Color convert

RGB81465-
CMYK00.430.940.68
HSL32.37º88.37%16.86%-
HSV(B)32.37º93.83%31.76%-
XYZ4.43.710.63-
YUV51.79101.6148.83-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 61.36%
GREEN value IS 46 (18.36% from 255) = 34.85%
BLUE value IS 5 (2.34% from 255) = 3.79%
R=61.36%
G=34.85%
B=3.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.94
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal8146500.430.940.6832.3788.3716.86
Hex512E502B5E44205811
Octal1215650531361044013021
Binary1010001101110101010101110111101000100100000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #512E05

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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