Shades of Baker's Chocolate #673519
Tints of Baker's Chocolate #673519
RGB
CMYK
RGB Variations
Color information
#673519 (or 0x673519) is known color: Baker's Chocolate. HEX triplet: 67, 35 and 19. RGB value is (103,53,25). Sum of RGB (Red+Green+Blue) = 103+53+25=181 (23% of max value = 765). Red value is 103 (40.62% from 255 or 56.91% from 181); Green value is 53 (21.09% from 255 or 29.28% from 181); Blue value is 25 (10.16% from 255 or 13.81% from 181); Max value from RGB is 103 - color contains mainly: red. Hex color #673519 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #673519 is #98CAE6. Grayscale: #404040. Windows color (decimal): -10013415 or 1652071. OLE color: 1652071.
HSL color Cylindrical-coordinate representation of color #673519: hue angle of 21.54º 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 #673519 is Cyan = 0, Magento = 0.49, Yellow = 0.76 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 53 | 25 | - |
| CMYK | 0 | 0.49 | 0.76 | 0.60 |
| HSL | 21.54º | 0.61% | 0.25% | - |
| HSV(B) | 21.54º | 0.76% | 0.4% | - |
| XYZ | 7.04 | 5.5 | 1.61 | - |
| YUV | 64.76 | 105.57 | 155.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 53 | 25 | 0 | 0.49 | 0.76 | 0.60 | 21.54 | 0.61 | 0.25 |
| Hex | 67 | 35 | 19 | 0 | 31 | 4C | 3C | 16 | 3D | 19 |
| Octal | 147 | 65 | 31 | 0 | 61 | 114 | 74 | 26 | 75 | 31 |
| Binary | 1100111 | 110101 | 11001 | 0 | 110001 | 1001100 | 111100 | 10110 | 111101 | 11001 |
Color Harmonies of #673519
Complementary color
Monochromatic Colors of #673519
Black with #673519
Text Example
Text Example
White with #673519
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #673519; }
p { color: rgb(103,53,25); }
H1.HeaderClassName
{
color: #673519;
}
.AnyTagClassName
{
color: #673519;
}
</style>
background-color css
<style>
a { background-color: #673519; }
a { background-color: rgb(103,53,25); }
div.DivClassName
{
background-color: #673519;
}
.BgClassName
{
background-color: #673519;
}
</style>
border-color css
<style>
span { border-color: #673519; }
span { border-color: rgb(103,53,25); }
td.TdClassName
{
border-color: #673519;
}
.TagClassName
{
border-color: #673519;
}
</style>