Shades of Baker's Chocolate #672D07
Tints of Baker's Chocolate #672D07
RGB
CMYK
RGB Variations
Color information
#672D07 (or 0x672D07) is known color: Baker's Chocolate. HEX triplet: 67, 2D and 07. RGB value is (103,45,7). Sum of RGB (Red+Green+Blue) = 103+45+7=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 45 (17.97% from 255 or 29.03% from 155); Blue value is 7 (3.12% from 255 or 4.52% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #672D07 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672D07 is #98D2F8. Grayscale: #3A3A3A. Windows color (decimal): -10015481 or 470375. OLE color: 470375.
HSL color Cylindrical-coordinate representation of color #672D07: hue angle of 23.75º degrees, saturation: 0.87, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #672D07 is Cyan = 0, Magento = 0.56, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 7 | - |
| CMYK | 0 | 0.56 | 0.93 | 0.60 |
| HSL | 23.75º | 0.87% | 0.22% | - |
| HSV(B) | 23.75º | 0.93% | 0.4% | - |
| XYZ | 6.57 | 4.78 | 0.78 | - |
| YUV | 58.01 | 99.22 | 160.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 7 | 0 | 0.56 | 0.93 | 0.60 | 23.75 | 0.87 | 0.22 |
| Hex | 67 | 2D | 7 | 0 | 38 | 5D | 3C | 18 | 57 | 16 |
| Octal | 147 | 55 | 7 | 0 | 70 | 135 | 74 | 30 | 127 | 26 |
| Binary | 1100111 | 101101 | 111 | 0 | 111000 | 1011101 | 111100 | 11000 | 1010111 | 10110 |
Color Harmonies of #672D07
Complementary color
Monochromatic Colors of #672D07
Black with #672D07
Text Example
Text Example
White with #672D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D07; }
p { color: rgb(103,45,7); }
H1.HeaderClassName
{
color: #672D07;
}
.AnyTagClassName
{
color: #672D07;
}
</style>
background-color css
<style>
a { background-color: #672D07; }
a { background-color: rgb(103,45,7); }
div.DivClassName
{
background-color: #672D07;
}
.BgClassName
{
background-color: #672D07;
}
</style>
border-color css
<style>
span { border-color: #672D07; }
span { border-color: rgb(103,45,7); }
td.TdClassName
{
border-color: #672D07;
}
.TagClassName
{
border-color: #672D07;
}
</style>