Shades of Baker's Chocolate #672B05
Tints of Baker's Chocolate #672B05
RGB
CMYK
RGB Variations
Color information
#672B05 (or 0x672B05) is known color: Baker's Chocolate. HEX triplet: 67, 2B and 05. RGB value is (103,43,5). Sum of RGB (Red+Green+Blue) = 103+43+5=151 (20% of max value = 765). Red value is 103 (40.62% from 255 or 68.21% from 151); Green value is 43 (17.19% from 255 or 28.48% from 151); Blue value is 5 (2.34% from 255 or 3.31% from 151); Max value from RGB is 103 - color contains mainly: red. Hex color #672B05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672B05 is #98D4FA. Grayscale: #383838. Windows color (decimal): -10015995 or 338791. OLE color: 338791.
HSL color Cylindrical-coordinate representation of color #672B05: hue angle of 23.27º 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 #672B05 is Cyan = 0, Magento = 0.58, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 43 | 5 | - |
| CMYK | 0 | 0.58 | 0.95 | 0.60 |
| HSL | 23.27º | 0.91% | 0.21% | - |
| HSV(B) | 23.27º | 0.95% | 0.4% | - |
| XYZ | 6.48 | 4.62 | 0.69 | - |
| YUV | 56.61 | 98.88 | 161.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 43 | 5 | 0 | 0.58 | 0.95 | 0.60 | 23.27 | 0.91 | 0.21 |
| Hex | 67 | 2B | 5 | 0 | 3A | 5F | 3C | 17 | 5B | 15 |
| Octal | 147 | 53 | 5 | 0 | 72 | 137 | 74 | 27 | 133 | 25 |
| Binary | 1100111 | 101011 | 101 | 0 | 111010 | 1011111 | 111100 | 10111 | 1011011 | 10101 |
Color Harmonies of #672B05
Complementary color
Monochromatic Colors of #672B05
Black with #672B05
Text Example
Text Example
White with #672B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672B05; }
p { color: rgb(103,43,5); }
H1.HeaderClassName
{
color: #672B05;
}
.AnyTagClassName
{
color: #672B05;
}
</style>
background-color css
<style>
a { background-color: #672B05; }
a { background-color: rgb(103,43,5); }
div.DivClassName
{
background-color: #672B05;
}
.BgClassName
{
background-color: #672B05;
}
</style>
border-color css
<style>
span { border-color: #672B05; }
span { border-color: rgb(103,43,5); }
td.TdClassName
{
border-color: #672B05;
}
.TagClassName
{
border-color: #672B05;
}
</style>