Shades of Baker's Chocolate #672D00
Tints of Baker's Chocolate #672D00
RGB
CMYK
RGB Variations
Color information
#672D00 (or 0x672D00) is known color: Baker's Chocolate. HEX triplet: 67, 2D and 00. RGB value is (103,45,0). Sum of RGB (Red+Green+Blue) = 103+45+0=148 (19% of max value = 765). Red value is 103 (40.62% from 255 or 69.59% from 148); Green value is 45 (17.97% from 255 or 30.41% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 103 - color contains mainly: red. Hex color #672D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672D00 is #98D2FF. Grayscale: #393939. Windows color (decimal): -10015488 or 11623. OLE color: 11623.
HSL color Cylindrical-coordinate representation of color #672D00: hue angle of 26.21º degrees, saturation: 1, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 1%. Process color model (Four color, CMYK) of #672D00 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.60 |
| HSL | 26.21º | 1% | 0.2% | - |
| HSV(B) | 26.21º | 1% | 0.4% | - |
| XYZ | 6.53 | 4.76 | 0.57 | - |
| YUV | 57.21 | 95.72 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 0 | 0 | 0.56 | 1 | 0.60 | 26.21 | 1 | 0.2 |
| Hex | 67 | 2D | 0 | 0 | 38 | 64 | 3C | 1A | 64 | 14 |
| Octal | 147 | 55 | 0 | 0 | 70 | 144 | 74 | 32 | 144 | 24 |
| Binary | 1100111 | 101101 | 0 | 0 | 111000 | 1100100 | 111100 | 11010 | 1100100 | 10100 |
Color Harmonies of #672D00
Complementary color
Monochromatic Colors of #672D00
Black with #672D00
Text Example
Text Example
White with #672D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D00; }
p { color: rgb(103,45,0); }
H1.HeaderClassName
{
color: #672D00;
}
.AnyTagClassName
{
color: #672D00;
}
</style>
background-color css
<style>
a { background-color: #672D00; }
a { background-color: rgb(103,45,0); }
div.DivClassName
{
background-color: #672D00;
}
.BgClassName
{
background-color: #672D00;
}
</style>
border-color css
<style>
span { border-color: #672D00; }
span { border-color: rgb(103,45,0); }
td.TdClassName
{
border-color: #672D00;
}
.TagClassName
{
border-color: #672D00;
}
</style>