Shades of Baker's Chocolate #672A13
Tints of Baker's Chocolate #672A13
RGB
CMYK
RGB Variations
Color information
#672A13 (or 0x672A13) is known color: Baker's Chocolate. HEX triplet: 67, 2A and 13. RGB value is (103,42,19). Sum of RGB (Red+Green+Blue) = 103+42+19=164 (21% of max value = 765). Red value is 103 (40.62% from 255 or 62.80% from 164); Green value is 42 (16.80% from 255 or 25.61% from 164); Blue value is 19 (7.81% from 255 or 11.59% from 164); Max value from RGB is 103 - color contains mainly: red. Hex color #672A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672A13 is #98D5EC. Grayscale: #393939. Windows color (decimal): -10016237 or 1256039. OLE color: 1256039.
HSL color Cylindrical-coordinate representation of color #672A13: hue angle of 16.43º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #672A13 is Cyan = 0, Magento = 0.59, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 42 | 19 | - |
| CMYK | 0 | 0.59 | 0.82 | 0.60 |
| HSL | 16.43º | 0.69% | 0.24% | - |
| HSV(B) | 16.43º | 0.82% | 0.4% | - |
| XYZ | 6.54 | 4.59 | 1.16 | - |
| YUV | 57.62 | 106.21 | 160.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 42 | 19 | 0 | 0.59 | 0.82 | 0.60 | 16.43 | 0.69 | 0.24 |
| Hex | 67 | 2A | 13 | 0 | 3B | 52 | 3C | 10 | 45 | 18 |
| Octal | 147 | 52 | 23 | 0 | 73 | 122 | 74 | 20 | 105 | 30 |
| Binary | 1100111 | 101010 | 10011 | 0 | 111011 | 1010010 | 111100 | 10000 | 1000101 | 11000 |
Color Harmonies of #672A13
Complementary color
Monochromatic Colors of #672A13
Black with #672A13
Text Example
Text Example
White with #672A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672A13; }
p { color: rgb(103,42,19); }
H1.HeaderClassName
{
color: #672A13;
}
.AnyTagClassName
{
color: #672A13;
}
</style>
background-color css
<style>
a { background-color: #672A13; }
a { background-color: rgb(103,42,19); }
div.DivClassName
{
background-color: #672A13;
}
.BgClassName
{
background-color: #672A13;
}
</style>
border-color css
<style>
span { border-color: #672A13; }
span { border-color: rgb(103,42,19); }
td.TdClassName
{
border-color: #672A13;
}
.TagClassName
{
border-color: #672A13;
}
</style>