Shades of Baker's Chocolate #673A13
Tints of Baker's Chocolate #673A13
RGB
CMYK
RGB Variations
Color information
#673A13 (or 0x673A13) is known color: Baker's Chocolate. HEX triplet: 67, 3A and 13. RGB value is (103,58,19). Sum of RGB (Red+Green+Blue) = 103+58+19=180 (23% of max value = 765). Red value is 103 (40.62% from 255 or 57.22% from 180); Green value is 58 (23.05% from 255 or 32.22% from 180); Blue value is 19 (7.81% from 255 or 10.56% from 180); Max value from RGB is 103 - color contains mainly: red. Hex color #673A13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673A13 is #98C5EC. Grayscale: #434343. Windows color (decimal): -10012141 or 1260135. OLE color: 1260135.
HSL color Cylindrical-coordinate representation of color #673A13: hue angle of 27.86º 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 #673A13 is Cyan = 0, Magento = 0.44, Yellow = 0.82 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 58 | 19 | - |
| CMYK | 0 | 0.44 | 0.82 | 0.60 |
| HSL | 27.86º | 0.69% | 0.24% | - |
| HSV(B) | 27.86º | 0.82% | 0.4% | - |
| XYZ | 7.22 | 5.96 | 1.39 | - |
| YUV | 67.01 | 100.91 | 153.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 58 | 19 | 0 | 0.44 | 0.82 | 0.60 | 27.86 | 0.69 | 0.24 |
| Hex | 67 | 3A | 13 | 0 | 2C | 52 | 3C | 1C | 45 | 18 |
| Octal | 147 | 72 | 23 | 0 | 54 | 122 | 74 | 34 | 105 | 30 |
| Binary | 1100111 | 111010 | 10011 | 0 | 101100 | 1010010 | 111100 | 11100 | 1000101 | 11000 |
Color Harmonies of #673A13
Complementary color
Monochromatic Colors of #673A13
Black with #673A13
Text Example
Text Example
White with #673A13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673A13; }
p { color: rgb(103,58,19); }
H1.HeaderClassName
{
color: #673A13;
}
.AnyTagClassName
{
color: #673A13;
}
</style>
background-color css
<style>
a { background-color: #673A13; }
a { background-color: rgb(103,58,19); }
div.DivClassName
{
background-color: #673A13;
}
.BgClassName
{
background-color: #673A13;
}
</style>
border-color css
<style>
span { border-color: #673A13; }
span { border-color: rgb(103,58,19); }
td.TdClassName
{
border-color: #673A13;
}
.TagClassName
{
border-color: #673A13;
}
</style>