Shades of Baker's Chocolate #672D12
Tints of Baker's Chocolate #672D12
RGB
CMYK
RGB Variations
Color information
#672D12 (or 0x672D12) is known color: Baker's Chocolate. HEX triplet: 67, 2D and 12. RGB value is (103,45,18). Sum of RGB (Red+Green+Blue) = 103+45+18=166 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.05% from 166); Green value is 45 (17.97% from 255 or 27.11% from 166); Blue value is 18 (7.42% from 255 or 10.84% from 166); Max value from RGB is 103 - color contains mainly: red. Hex color #672D12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672D12 is #98D2ED. Grayscale: #3B3B3B. Windows color (decimal): -10015470 or 1191271. OLE color: 1191271.
HSL color Cylindrical-coordinate representation of color #672D12: hue angle of 19.06º degrees, saturation: 0.7, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #672D12 is Cyan = 0, Magento = 0.56, Yellow = 0.83 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 18 | - |
| CMYK | 0 | 0.56 | 0.83 | 0.60 |
| HSL | 19.06º | 0.7% | 0.24% | - |
| HSV(B) | 19.06º | 0.83% | 0.4% | - |
| XYZ | 6.64 | 4.8 | 1.15 | - |
| YUV | 59.26 | 104.72 | 159.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 18 | 0 | 0.56 | 0.83 | 0.60 | 19.06 | 0.7 | 0.24 |
| Hex | 67 | 2D | 12 | 0 | 38 | 53 | 3C | 13 | 46 | 18 |
| Octal | 147 | 55 | 22 | 0 | 70 | 123 | 74 | 23 | 106 | 30 |
| Binary | 1100111 | 101101 | 10010 | 0 | 111000 | 1010011 | 111100 | 10011 | 1000110 | 11000 |
Color Harmonies of #672D12
Complementary color
Monochromatic Colors of #672D12
Black with #672D12
Text Example
Text Example
White with #672D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D12; }
p { color: rgb(103,45,18); }
H1.HeaderClassName
{
color: #672D12;
}
.AnyTagClassName
{
color: #672D12;
}
</style>
background-color css
<style>
a { background-color: #672D12; }
a { background-color: rgb(103,45,18); }
div.DivClassName
{
background-color: #672D12;
}
.BgClassName
{
background-color: #672D12;
}
</style>
border-color css
<style>
span { border-color: #672D12; }
span { border-color: rgb(103,45,18); }
td.TdClassName
{
border-color: #672D12;
}
.TagClassName
{
border-color: #672D12;
}
</style>