Shades of Baker's Chocolate #673119
Tints of Baker's Chocolate #673119
RGB
CMYK
RGB Variations
Color information
#673119 (or 0x673119) is known color: Baker's Chocolate. HEX triplet: 67, 31 and 19. RGB value is (103,49,25). Sum of RGB (Red+Green+Blue) = 103+49+25=177 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.19% from 177); Green value is 49 (19.53% from 255 or 27.68% from 177); Blue value is 25 (10.16% from 255 or 14.12% from 177); Max value from RGB is 103 - color contains mainly: red. Hex color #673119 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673119 is #98CEE6. Grayscale: #3E3E3E. Windows color (decimal): -10014439 or 1651047. OLE color: 1651047.
HSL color Cylindrical-coordinate representation of color #673119: hue angle of 18.46º degrees, saturation: 0.61, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #673119 is Cyan = 0, Magento = 0.52, Yellow = 0.76 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 49 | 25 | - |
| CMYK | 0 | 0.52 | 0.76 | 0.60 |
| HSL | 18.46º | 0.61% | 0.25% | - |
| HSV(B) | 18.46º | 0.76% | 0.4% | - |
| XYZ | 6.87 | 5.15 | 1.55 | - |
| YUV | 62.41 | 106.89 | 156.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 49 | 25 | 0 | 0.52 | 0.76 | 0.60 | 18.46 | 0.61 | 0.25 |
| Hex | 67 | 31 | 19 | 0 | 34 | 4C | 3C | 12 | 3D | 19 |
| Octal | 147 | 61 | 31 | 0 | 64 | 114 | 74 | 22 | 75 | 31 |
| Binary | 1100111 | 110001 | 11001 | 0 | 110100 | 1001100 | 111100 | 10010 | 111101 | 11001 |
Color Harmonies of #673119
Complementary color
Monochromatic Colors of #673119
Black with #673119
Text Example
Text Example
White with #673119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673119; }
p { color: rgb(103,49,25); }
H1.HeaderClassName
{
color: #673119;
}
.AnyTagClassName
{
color: #673119;
}
</style>
background-color css
<style>
a { background-color: #673119; }
a { background-color: rgb(103,49,25); }
div.DivClassName
{
background-color: #673119;
}
.BgClassName
{
background-color: #673119;
}
</style>
border-color css
<style>
span { border-color: #673119; }
span { border-color: rgb(103,49,25); }
td.TdClassName
{
border-color: #673119;
}
.TagClassName
{
border-color: #673119;
}
</style>