Shades of Baker's Chocolate #672F03
Tints of Baker's Chocolate #672F03
RGB
CMYK
RGB Variations
Color information
#672F03 (or 0x672F03) is known color: Baker's Chocolate. HEX triplet: 67, 2F and 03. RGB value is (103,47,3). Sum of RGB (Red+Green+Blue) = 103+47+3=153 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.32% from 153); Green value is 47 (18.75% from 255 or 30.72% from 153); Blue value is 3 (1.56% from 255 or 1.96% from 153); Max value from RGB is 103 - color contains mainly: red. Hex color #672F03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672F03 is #98D0FC. Grayscale: #3A3A3A. Windows color (decimal): -10014973 or 208743. OLE color: 208743.
HSL color Cylindrical-coordinate representation of color #672F03: hue angle of 26.4º 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 #672F03 is Cyan = 0, Magento = 0.54, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 47 | 3 | - |
| CMYK | 0 | 0.54 | 0.97 | 0.60 |
| HSL | 26.4º | 0.94% | 0.21% | - |
| HSV(B) | 26.4º | 0.97% | 0.4% | - |
| XYZ | 6.63 | 4.92 | 0.69 | - |
| YUV | 58.73 | 96.55 | 159.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 3 | 0 | 0.54 | 0.97 | 0.60 | 26.4 | 0.94 | 0.21 |
| Hex | 67 | 2F | 3 | 0 | 36 | 61 | 3C | 1A | 5E | 15 |
| Octal | 147 | 57 | 3 | 0 | 66 | 141 | 74 | 32 | 136 | 25 |
| Binary | 1100111 | 101111 | 11 | 0 | 110110 | 1100001 | 111100 | 11010 | 1011110 | 10101 |
Color Harmonies of #672F03
Complementary color
Monochromatic Colors of #672F03
Black with #672F03
Text Example
Text Example
White with #672F03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672F03; }
p { color: rgb(103,47,3); }
H1.HeaderClassName
{
color: #672F03;
}
.AnyTagClassName
{
color: #672F03;
}
</style>
background-color css
<style>
a { background-color: #672F03; }
a { background-color: rgb(103,47,3); }
div.DivClassName
{
background-color: #672F03;
}
.BgClassName
{
background-color: #672F03;
}
</style>
border-color css
<style>
span { border-color: #672F03; }
span { border-color: rgb(103,47,3); }
td.TdClassName
{
border-color: #672F03;
}
.TagClassName
{
border-color: #672F03;
}
</style>