Shades of Baker's Chocolate #672F00
Tints of Baker's Chocolate #672F00
RGB
CMYK
RGB Variations
Color information
#672F00 (or 0x672F00) is known color: Baker's Chocolate. HEX triplet: 67, 2F and 00. RGB value is (103,47,0). Sum of RGB (Red+Green+Blue) = 103+47+0=150 (19% of max value = 765). Red value is 103 (40.62% from 255 or 68.67% from 150); Green value is 47 (18.75% from 255 or 31.33% from 150); Blue value is 0 (0.39% from 255 or 0% from 150); Max value from RGB is 103 - color contains mainly: red. Hex color #672F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672F00 is #98D0FF. Grayscale: #3A3A3A. Windows color (decimal): -10014976 or 12135. OLE color: 12135.
HSL color Cylindrical-coordinate representation of color #672F00: hue angle of 27.38º 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 #672F00 is Cyan = 0, Magento = 0.54, Yellow = 1 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 47 | 0 | - |
| CMYK | 0 | 0.54 | 1 | 0.60 |
| HSL | 27.38º | 1% | 0.2% | - |
| HSV(B) | 27.38º | 1% | 0.4% | - |
| XYZ | 6.61 | 4.92 | 0.6 | - |
| YUV | 58.39 | 95.05 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 0 | 0 | 0.54 | 1 | 0.60 | 27.38 | 1 | 0.2 |
| Hex | 67 | 2F | 0 | 0 | 36 | 64 | 3C | 1B | 64 | 14 |
| Octal | 147 | 57 | 0 | 0 | 66 | 144 | 74 | 33 | 144 | 24 |
| Binary | 1100111 | 101111 | 0 | 0 | 110110 | 1100100 | 111100 | 11011 | 1100100 | 10100 |
Color Harmonies of #672F00
Complementary color
Monochromatic Colors of #672F00
Black with #672F00
Text Example
Text Example
White with #672F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672F00; }
p { color: rgb(103,47,0); }
H1.HeaderClassName
{
color: #672F00;
}
.AnyTagClassName
{
color: #672F00;
}
</style>
background-color css
<style>
a { background-color: #672F00; }
a { background-color: rgb(103,47,0); }
div.DivClassName
{
background-color: #672F00;
}
.BgClassName
{
background-color: #672F00;
}
</style>
border-color css
<style>
span { border-color: #672F00; }
span { border-color: rgb(103,47,0); }
td.TdClassName
{
border-color: #672F00;
}
.TagClassName
{
border-color: #672F00;
}
</style>