Shades of Baker's Chocolate #672D03
Tints of Baker's Chocolate #672D03
RGB
CMYK
RGB Variations
Color information
#672D03 (or 0x672D03) is known color: Baker's Chocolate. HEX triplet: 67, 2D and 03. RGB value is (103,45,3). Sum of RGB (Red+Green+Blue) = 103+45+3=151 (20% of max value = 765). Red value is 103 (40.62% from 255 or 68.21% from 151); Green value is 45 (17.97% from 255 or 29.80% from 151); Blue value is 3 (1.56% from 255 or 1.99% from 151); Max value from RGB is 103 - color contains mainly: red. Hex color #672D03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672D03 is #98D2FC. Grayscale: #393939. Windows color (decimal): -10015485 or 208231. OLE color: 208231.
HSL color Cylindrical-coordinate representation of color #672D03: hue angle of 25.2º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #672D03 is Cyan = 0, Magento = 0.56, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 3 | - |
| CMYK | 0 | 0.56 | 0.97 | 0.60 |
| HSL | 25.2º | 0.94% | 0.21% | - |
| HSV(B) | 25.2º | 0.97% | 0.4% | - |
| XYZ | 6.55 | 4.77 | 0.66 | - |
| YUV | 57.55 | 97.22 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 3 | 0 | 0.56 | 0.97 | 0.60 | 25.2 | 0.94 | 0.21 |
| Hex | 67 | 2D | 3 | 0 | 38 | 61 | 3C | 19 | 5E | 15 |
| Octal | 147 | 55 | 3 | 0 | 70 | 141 | 74 | 31 | 136 | 25 |
| Binary | 1100111 | 101101 | 11 | 0 | 111000 | 1100001 | 111100 | 11001 | 1011110 | 10101 |
Color Harmonies of #672D03
Complementary color
Monochromatic Colors of #672D03
Black with #672D03
Text Example
Text Example
White with #672D03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D03; }
p { color: rgb(103,45,3); }
H1.HeaderClassName
{
color: #672D03;
}
.AnyTagClassName
{
color: #672D03;
}
</style>
background-color css
<style>
a { background-color: #672D03; }
a { background-color: rgb(103,45,3); }
div.DivClassName
{
background-color: #672D03;
}
.BgClassName
{
background-color: #672D03;
}
</style>
border-color css
<style>
span { border-color: #672D03; }
span { border-color: rgb(103,45,3); }
td.TdClassName
{
border-color: #672D03;
}
.TagClassName
{
border-color: #672D03;
}
</style>