Shades of Baker's Chocolate #672F05
Tints of Baker's Chocolate #672F05
RGB
CMYK
RGB Variations
Color information
#672F05 (or 0x672F05) is known color: Baker's Chocolate. HEX triplet: 67, 2F and 05. RGB value is (103,47,5). Sum of RGB (Red+Green+Blue) = 103+47+5=155 (20% of max value = 765). Red value is 103 (40.62% from 255 or 66.45% from 155); Green value is 47 (18.75% from 255 or 30.32% from 155); Blue value is 5 (2.34% from 255 or 3.23% from 155); Max value from RGB is 103 - color contains mainly: red. Hex color #672F05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672F05 is #98D0FA. Grayscale: #3B3B3B. Windows color (decimal): -10014971 or 339815. OLE color: 339815.
HSL color Cylindrical-coordinate representation of color #672F05: hue angle of 25.71º degrees, saturation: 0.91, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #672F05 is Cyan = 0, Magento = 0.54, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 47 | 5 | - |
| CMYK | 0 | 0.54 | 0.95 | 0.60 |
| HSL | 25.71º | 0.91% | 0.21% | - |
| HSV(B) | 25.71º | 0.95% | 0.4% | - |
| XYZ | 6.64 | 4.93 | 0.74 | - |
| YUV | 58.96 | 97.55 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 5 | 0 | 0.54 | 0.95 | 0.60 | 25.71 | 0.91 | 0.21 |
| Hex | 67 | 2F | 5 | 0 | 36 | 5F | 3C | 1A | 5B | 15 |
| Octal | 147 | 57 | 5 | 0 | 66 | 137 | 74 | 32 | 133 | 25 |
| Binary | 1100111 | 101111 | 101 | 0 | 110110 | 1011111 | 111100 | 11010 | 1011011 | 10101 |
Color Harmonies of #672F05
Complementary color
Monochromatic Colors of #672F05
Black with #672F05
Text Example
Text Example
White with #672F05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672F05; }
p { color: rgb(103,47,5); }
H1.HeaderClassName
{
color: #672F05;
}
.AnyTagClassName
{
color: #672F05;
}
</style>
background-color css
<style>
a { background-color: #672F05; }
a { background-color: rgb(103,47,5); }
div.DivClassName
{
background-color: #672F05;
}
.BgClassName
{
background-color: #672F05;
}
</style>
border-color css
<style>
span { border-color: #672F05; }
span { border-color: rgb(103,47,5); }
td.TdClassName
{
border-color: #672F05;
}
.TagClassName
{
border-color: #672F05;
}
</style>