Shades of Baker's Chocolate #672D17
Tints of Baker's Chocolate #672D17
RGB
CMYK
RGB Variations
Color information
#672D17 (or 0x672D17) is known color: Baker's Chocolate. HEX triplet: 67, 2D and 17. RGB value is (103,45,23). Sum of RGB (Red+Green+Blue) = 103+45+23=171 (22% of max value = 765). Red value is 103 (40.62% from 255 or 60.23% from 171); Green value is 45 (17.97% from 255 or 26.32% from 171); Blue value is 23 (9.38% from 255 or 13.45% from 171); Max value from RGB is 103 - color contains mainly: red. Hex color #672D17 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672D17 is #98D2E8. Grayscale: #3B3B3B. Windows color (decimal): -10015465 or 1518951. OLE color: 1518951.
HSL color Cylindrical-coordinate representation of color #672D17: hue angle of 16.5º degrees, saturation: 0.63, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #672D17 is Cyan = 0, Magento = 0.56, Yellow = 0.78 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 23 | - |
| CMYK | 0 | 0.56 | 0.78 | 0.60 |
| HSL | 16.5º | 0.63% | 0.25% | - |
| HSV(B) | 16.5º | 0.78% | 0.4% | - |
| XYZ | 6.69 | 4.82 | 1.39 | - |
| YUV | 59.83 | 107.22 | 158.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 23 | 0 | 0.56 | 0.78 | 0.60 | 16.5 | 0.63 | 0.25 |
| Hex | 67 | 2D | 17 | 0 | 38 | 4E | 3C | 10 | 3F | 19 |
| Octal | 147 | 55 | 27 | 0 | 70 | 116 | 74 | 20 | 77 | 31 |
| Binary | 1100111 | 101101 | 10111 | 0 | 111000 | 1001110 | 111100 | 10000 | 111111 | 11001 |
Color Harmonies of #672D17
Complementary color
Monochromatic Colors of #672D17
Black with #672D17
Text Example
Text Example
White with #672D17
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D17; }
p { color: rgb(103,45,23); }
H1.HeaderClassName
{
color: #672D17;
}
.AnyTagClassName
{
color: #672D17;
}
</style>
background-color css
<style>
a { background-color: #672D17; }
a { background-color: rgb(103,45,23); }
div.DivClassName
{
background-color: #672D17;
}
.BgClassName
{
background-color: #672D17;
}
</style>
border-color css
<style>
span { border-color: #672D17; }
span { border-color: rgb(103,45,23); }
td.TdClassName
{
border-color: #672D17;
}
.TagClassName
{
border-color: #672D17;
}
</style>