Shades of Baker's Chocolate #672F02
Tints of Baker's Chocolate #672F02
RGB
CMYK
RGB Variations
Color information
#672F02 (or 0x672F02) is known color: Baker's Chocolate. HEX triplet: 67, 2F and 02. RGB value is (103,47,2). Sum of RGB (Red+Green+Blue) = 103+47+2=152 (20% of max value = 765). Red value is 103 (40.62% from 255 or 67.76% from 152); Green value is 47 (18.75% from 255 or 30.92% from 152); Blue value is 2 (1.17% from 255 or 1.32% from 152); Max value from RGB is 103 - color contains mainly: red. Hex color #672F02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672F02 is #98D0FD. Grayscale: #3A3A3A. Windows color (decimal): -10014974 or 143207. OLE color: 143207.
HSL color Cylindrical-coordinate representation of color #672F02: hue angle of 26.73º degrees, saturation: 0.96, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #672F02 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 47 | 2 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.60 |
| HSL | 26.73º | 0.96% | 0.21% | - |
| HSV(B) | 26.73º | 0.98% | 0.4% | - |
| XYZ | 6.62 | 4.92 | 0.66 | - |
| YUV | 58.61 | 96.05 | 159.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 47 | 2 | 0 | 0.54 | 0.98 | 0.60 | 26.73 | 0.96 | 0.21 |
| Hex | 67 | 2F | 2 | 0 | 36 | 62 | 3C | 1B | 60 | 15 |
| Octal | 147 | 57 | 2 | 0 | 66 | 142 | 74 | 33 | 140 | 25 |
| Binary | 1100111 | 101111 | 10 | 0 | 110110 | 1100010 | 111100 | 11011 | 1100000 | 10101 |
Color Harmonies of #672F02
Complementary color
Monochromatic Colors of #672F02
Black with #672F02
Text Example
Text Example
White with #672F02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672F02; }
p { color: rgb(103,47,2); }
H1.HeaderClassName
{
color: #672F02;
}
.AnyTagClassName
{
color: #672F02;
}
</style>
background-color css
<style>
a { background-color: #672F02; }
a { background-color: rgb(103,47,2); }
div.DivClassName
{
background-color: #672F02;
}
.BgClassName
{
background-color: #672F02;
}
</style>
border-color css
<style>
span { border-color: #672F02; }
span { border-color: rgb(103,47,2); }
td.TdClassName
{
border-color: #672F02;
}
.TagClassName
{
border-color: #672F02;
}
</style>