Shades of Baker's Chocolate #673019
Tints of Baker's Chocolate #673019
RGB
CMYK
RGB Variations
Color information
#673019 (or 0x673019) is known color: Baker's Chocolate. HEX triplet: 67, 30 and 19. RGB value is (103,48,25). Sum of RGB (Red+Green+Blue) = 103+48+25=176 (23% of max value = 765). Red value is 103 (40.62% from 255 or 58.52% from 176); Green value is 48 (19.14% from 255 or 27.27% from 176); Blue value is 25 (10.16% from 255 or 14.20% from 176); Max value from RGB is 103 - color contains mainly: red. Hex color #673019 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673019 is #98CFE6. Grayscale: #3D3D3D. Windows color (decimal): -10014695 or 1650791. OLE color: 1650791.
HSL color Cylindrical-coordinate representation of color #673019: hue angle of 17.69º 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 #673019 is Cyan = 0, Magento = 0.53, Yellow = 0.76 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 48 | 25 | - |
| CMYK | 0 | 0.53 | 0.76 | 0.60 |
| HSL | 17.69º | 0.61% | 0.25% | - |
| HSV(B) | 17.69º | 0.76% | 0.4% | - |
| XYZ | 6.83 | 5.07 | 1.54 | - |
| YUV | 61.82 | 107.22 | 157.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 48 | 25 | 0 | 0.53 | 0.76 | 0.60 | 17.69 | 0.61 | 0.25 |
| Hex | 67 | 30 | 19 | 0 | 35 | 4C | 3C | 12 | 3D | 19 |
| Octal | 147 | 60 | 31 | 0 | 65 | 114 | 74 | 22 | 75 | 31 |
| Binary | 1100111 | 110000 | 11001 | 0 | 110101 | 1001100 | 111100 | 10010 | 111101 | 11001 |
Color Harmonies of #673019
Complementary color
Monochromatic Colors of #673019
Black with #673019
Text Example
Text Example
White with #673019
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673019; }
p { color: rgb(103,48,25); }
H1.HeaderClassName
{
color: #673019;
}
.AnyTagClassName
{
color: #673019;
}
</style>
background-color css
<style>
a { background-color: #673019; }
a { background-color: rgb(103,48,25); }
div.DivClassName
{
background-color: #673019;
}
.BgClassName
{
background-color: #673019;
}
</style>
border-color css
<style>
span { border-color: #673019; }
span { border-color: rgb(103,48,25); }
td.TdClassName
{
border-color: #673019;
}
.TagClassName
{
border-color: #673019;
}
</style>