Shades of Baker's Chocolate #512603
Tints of Baker's Chocolate #512603
RGB
CMYK
RGB Variations
Color information
#512603 (or 0x512603) is known color: Baker's Chocolate. HEX triplet: 51, 26 and 03. RGB value is (81,38,3). Sum of RGB (Red+Green+Blue) = 81+38+3=122 (16% of max value = 765). Red value is 81 (32.03% from 255 or 66.39% from 122); Green value is 38 (15.23% from 255 or 31.15% from 122); Blue value is 3 (1.56% from 255 or 2.46% from 122); Max value from RGB is 81 - color contains mainly: red. Hex color #512603 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512603 is #AED9FC. Grayscale: #2F2F2F. Windows color (decimal): -11459069 or 206417. OLE color: 206417.
HSL color Cylindrical-coordinate representation of color #512603: hue angle of 26.92º degrees, saturation: 0.93, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #512603 is Cyan = 0, Magento = 0.53, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 38 | 3 | - |
| CMYK | 0 | 0.53 | 0.96 | 0.68 |
| HSL | 26.92º | 0.93% | 0.16% | - |
| HSV(B) | 26.92º | 0.96% | 0.32% | - |
| XYZ | 4.1 | 3.14 | 0.48 | - |
| YUV | 46.87 | 103.25 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 38 | 3 | 0 | 0.53 | 0.96 | 0.68 | 26.92 | 0.93 | 0.16 |
| Hex | 51 | 26 | 3 | 0 | 35 | 60 | 44 | 1B | 5D | 10 |
| Octal | 121 | 46 | 3 | 0 | 65 | 140 | 104 | 33 | 135 | 20 |
| Binary | 1010001 | 100110 | 11 | 0 | 110101 | 1100000 | 1000100 | 11011 | 1011101 | 10000 |
Color Harmonies of #512603
Complementary color
Monochromatic Colors of #512603
Black with #512603
Text Example
Text Example
White with #512603
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512603; }
p { color: rgb(81,38,3); }
H1.HeaderClassName
{
color: #512603;
}
.AnyTagClassName
{
color: #512603;
}
</style>
background-color css
<style>
a { background-color: #512603; }
a { background-color: rgb(81,38,3); }
div.DivClassName
{
background-color: #512603;
}
.BgClassName
{
background-color: #512603;
}
</style>
border-color css
<style>
span { border-color: #512603; }
span { border-color: rgb(81,38,3); }
td.TdClassName
{
border-color: #512603;
}
.TagClassName
{
border-color: #512603;
}
</style>