Shades of Baker's Chocolate #672D08
Tints of Baker's Chocolate #672D08
RGB
CMYK
RGB Variations
Color information
#672D08 (or 0x672D08) is known color: Baker's Chocolate. HEX triplet: 67, 2D and 08. RGB value is (103,45,8). Sum of RGB (Red+Green+Blue) = 103+45+8=156 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.03% from 156); Green value is 45 (17.97% from 255 or 28.85% from 156); Blue value is 8 (3.52% from 255 or 5.13% from 156); Max value from RGB is 103 - color contains mainly: red. Hex color #672D08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672D08 is #98D2F7. Grayscale: #3A3A3A. Windows color (decimal): -10015480 or 535911. OLE color: 535911.
HSL color Cylindrical-coordinate representation of color #672D08: hue angle of 23.37º degrees, saturation: 0.86, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #672D08 is Cyan = 0, Magento = 0.56, Yellow = 0.92 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 8 | - |
| CMYK | 0 | 0.56 | 0.92 | 0.60 |
| HSL | 23.37º | 0.86% | 0.22% | - |
| HSV(B) | 23.37º | 0.92% | 0.4% | - |
| XYZ | 6.58 | 4.78 | 0.81 | - |
| YUV | 58.12 | 99.72 | 160.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 8 | 0 | 0.56 | 0.92 | 0.60 | 23.37 | 0.86 | 0.22 |
| Hex | 67 | 2D | 8 | 0 | 38 | 5C | 3C | 17 | 56 | 16 |
| Octal | 147 | 55 | 10 | 0 | 70 | 134 | 74 | 27 | 126 | 26 |
| Binary | 1100111 | 101101 | 1000 | 0 | 111000 | 1011100 | 111100 | 10111 | 1010110 | 10110 |
Color Harmonies of #672D08
Complementary color
Monochromatic Colors of #672D08
Black with #672D08
Text Example
Text Example
White with #672D08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D08; }
p { color: rgb(103,45,8); }
H1.HeaderClassName
{
color: #672D08;
}
.AnyTagClassName
{
color: #672D08;
}
</style>
background-color css
<style>
a { background-color: #672D08; }
a { background-color: rgb(103,45,8); }
div.DivClassName
{
background-color: #672D08;
}
.BgClassName
{
background-color: #672D08;
}
</style>
border-color css
<style>
span { border-color: #672D08; }
span { border-color: rgb(103,45,8); }
td.TdClassName
{
border-color: #672D08;
}
.TagClassName
{
border-color: #672D08;
}
</style>