Shades of Baker's Chocolate #512403
Tints of Baker's Chocolate #512403
RGB
CMYK
RGB Variations
Color information
#512403 (or 0x512403) is known color: Baker's Chocolate. HEX triplet: 51, 24 and 03. RGB value is (81,36,3). Sum of RGB (Red+Green+Blue) = 81+36+3=120 (15% of max value = 765). Red value is 81 (32.03% from 255 or 67.5% from 120); Green value is 36 (14.45% from 255 or 30% from 120); Blue value is 3 (1.56% from 255 or 2.5% from 120); Max value from RGB is 81 - color contains mainly: red. Hex color #512403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #512403 is #AEDBFC. Grayscale: #2D2D2D. Windows color (decimal): -11459581 or 205905. OLE color: 205905.
HSL color Cylindrical-coordinate representation of color #512403: hue angle of 25.38º 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 #512403 is Cyan = 0, Magento = 0.56, Yellow = 0.96 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 81 | 36 | 3 | - |
| CMYK | 0 | 0.56 | 0.96 | 0.68 |
| HSL | 25.38º | 0.93% | 0.16% | - |
| HSV(B) | 25.38º | 0.96% | 0.32% | - |
| XYZ | 4.04 | 3.02 | 0.46 | - |
| YUV | 45.69 | 103.91 | 153.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 81 | 36 | 3 | 0 | 0.56 | 0.96 | 0.68 | 25.38 | 0.93 | 0.16 |
| Hex | 51 | 24 | 3 | 0 | 38 | 60 | 44 | 19 | 5D | 10 |
| Octal | 121 | 44 | 3 | 0 | 70 | 140 | 104 | 31 | 135 | 20 |
| Binary | 1010001 | 100100 | 11 | 0 | 111000 | 1100000 | 1000100 | 11001 | 1011101 | 10000 |
Color Harmonies of #512403
Complementary color
Monochromatic Colors of #512403
Black with #512403
Text Example
Text Example
White with #512403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #512403; }
p { color: rgb(81,36,3); }
H1.HeaderClassName
{
color: #512403;
}
.AnyTagClassName
{
color: #512403;
}
</style>
background-color css
<style>
a { background-color: #512403; }
a { background-color: rgb(81,36,3); }
div.DivClassName
{
background-color: #512403;
}
.BgClassName
{
background-color: #512403;
}
</style>
border-color css
<style>
span { border-color: #512403; }
span { border-color: rgb(81,36,3); }
td.TdClassName
{
border-color: #512403;
}
.TagClassName
{
border-color: #512403;
}
</style>