Shades of Baker's Chocolate #672D18
Tints of Baker's Chocolate #672D18
RGB
CMYK
RGB Variations
Color information
#672D18 (or 0x672D18) is known color: Baker's Chocolate. HEX triplet: 67, 2D and 18. RGB value is (103,45,24). Sum of RGB (Red+Green+Blue) = 103+45+24=172 (22% of max value = 765). Red value is 103 (40.62% from 255 or 59.88% from 172); Green value is 45 (17.97% from 255 or 26.16% from 172); Blue value is 24 (9.77% from 255 or 13.95% from 172); Max value from RGB is 103 - color contains mainly: red. Hex color #672D18 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672D18 is #98D2E7. Grayscale: #3C3C3C. Windows color (decimal): -10015464 or 1584487. OLE color: 1584487.
HSL color Cylindrical-coordinate representation of color #672D18: hue angle of 15.95º degrees, saturation: 0.62, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #672D18 is Cyan = 0, Magento = 0.56, Yellow = 0.77 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 24 | - |
| CMYK | 0 | 0.56 | 0.77 | 0.60 |
| HSL | 15.95º | 0.62% | 0.25% | - |
| HSV(B) | 15.95º | 0.77% | 0.4% | - |
| XYZ | 6.7 | 4.83 | 1.44 | - |
| YUV | 59.95 | 107.72 | 158.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 24 | 0 | 0.56 | 0.77 | 0.60 | 15.95 | 0.62 | 0.25 |
| Hex | 67 | 2D | 18 | 0 | 38 | 4D | 3C | 10 | 3E | 19 |
| Octal | 147 | 55 | 30 | 0 | 70 | 115 | 74 | 20 | 76 | 31 |
| Binary | 1100111 | 101101 | 11000 | 0 | 111000 | 1001101 | 111100 | 10000 | 111110 | 11001 |
Color Harmonies of #672D18
Complementary color
Monochromatic Colors of #672D18
Black with #672D18
Text Example
Text Example
White with #672D18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D18; }
p { color: rgb(103,45,24); }
H1.HeaderClassName
{
color: #672D18;
}
.AnyTagClassName
{
color: #672D18;
}
</style>
background-color css
<style>
a { background-color: #672D18; }
a { background-color: rgb(103,45,24); }
div.DivClassName
{
background-color: #672D18;
}
.BgClassName
{
background-color: #672D18;
}
</style>
border-color css
<style>
span { border-color: #672D18; }
span { border-color: rgb(103,45,24); }
td.TdClassName
{
border-color: #672D18;
}
.TagClassName
{
border-color: #672D18;
}
</style>