Shades of Baker's Chocolate #672403
Tints of Baker's Chocolate #672403
RGB
CMYK
RGB Variations
Color information
#672403 (or 0x672403) is known color: Baker's Chocolate. HEX triplet: 67, 24 and 03. RGB value is (103,36,3). Sum of RGB (Red+Green+Blue) = 103+36+3=142 (18% of max value = 765). Red value is 103 (40.62% from 255 or 72.54% from 142); Green value is 36 (14.45% from 255 or 25.35% from 142); Blue value is 3 (1.56% from 255 or 2.11% from 142); Max value from RGB is 103 - color contains mainly: red. Hex color #672403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672403 is #98DBFC. Grayscale: #343434. Windows color (decimal): -10017789 or 205927. OLE color: 205927.
HSL color Cylindrical-coordinate representation of color #672403: hue angle of 19.8º degrees, saturation: 0.94, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #672403 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 36 | 3 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.60 |
| HSL | 19.8º | 0.94% | 0.21% | - |
| HSV(B) | 19.8º | 0.97% | 0.4% | - |
| XYZ | 6.24 | 4.15 | 0.56 | - |
| YUV | 52.27 | 100.2 | 164.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 36 | 3 | 0 | 0.65 | 0.97 | 0.60 | 19.8 | 0.94 | 0.21 |
| Hex | 67 | 24 | 3 | 0 | 41 | 61 | 3C | 14 | 5E | 15 |
| Octal | 147 | 44 | 3 | 0 | 101 | 141 | 74 | 24 | 136 | 25 |
| Binary | 1100111 | 100100 | 11 | 0 | 1000001 | 1100001 | 111100 | 10100 | 1011110 | 10101 |
Color Harmonies of #672403
Complementary color
Monochromatic Colors of #672403
Black with #672403
Text Example
Text Example
White with #672403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672403; }
p { color: rgb(103,36,3); }
H1.HeaderClassName
{
color: #672403;
}
.AnyTagClassName
{
color: #672403;
}
</style>
background-color css
<style>
a { background-color: #672403; }
a { background-color: rgb(103,36,3); }
div.DivClassName
{
background-color: #672403;
}
.BgClassName
{
background-color: #672403;
}
</style>
border-color css
<style>
span { border-color: #672403; }
span { border-color: rgb(103,36,3); }
td.TdClassName
{
border-color: #672403;
}
.TagClassName
{
border-color: #672403;
}
</style>