Shades of Baker's Chocolate #672D02
Tints of Baker's Chocolate #672D02
RGB
CMYK
RGB Variations
Color information
#672D02 (or 0x672D02) is known color: Baker's Chocolate. HEX triplet: 67, 2D and 02. RGB value is (103,45,2). Sum of RGB (Red+Green+Blue) = 103+45+2=150 (19% of max value = 765). Red value is 103 (40.62% from 255 or 68.67% from 150); Green value is 45 (17.97% from 255 or 30% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 103 - color contains mainly: red. Hex color #672D02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #672D02 is #98D2FD. Grayscale: #393939. Windows color (decimal): -10015486 or 142695. OLE color: 142695.
HSL color Cylindrical-coordinate representation of color #672D02: hue angle of 25.54º 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 #672D02 is Cyan = 0, Magento = 0.56, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 103 | 45 | 2 | - |
| CMYK | 0 | 0.56 | 0.98 | 0.60 |
| HSL | 25.54º | 0.96% | 0.21% | - |
| HSV(B) | 25.54º | 0.98% | 0.4% | - |
| XYZ | 6.54 | 4.76 | 0.63 | - |
| YUV | 57.44 | 96.72 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 45 | 2 | 0 | 0.56 | 0.98 | 0.60 | 25.54 | 0.96 | 0.21 |
| Hex | 67 | 2D | 2 | 0 | 38 | 62 | 3C | 1A | 60 | 15 |
| Octal | 147 | 55 | 2 | 0 | 70 | 142 | 74 | 32 | 140 | 25 |
| Binary | 1100111 | 101101 | 10 | 0 | 111000 | 1100010 | 111100 | 11010 | 1100000 | 10101 |
Color Harmonies of #672D02
Complementary color
Monochromatic Colors of #672D02
Black with #672D02
Text Example
Text Example
White with #672D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #672D02; }
p { color: rgb(103,45,2); }
H1.HeaderClassName
{
color: #672D02;
}
.AnyTagClassName
{
color: #672D02;
}
</style>
background-color css
<style>
a { background-color: #672D02; }
a { background-color: rgb(103,45,2); }
div.DivClassName
{
background-color: #672D02;
}
.BgClassName
{
background-color: #672D02;
}
</style>
border-color css
<style>
span { border-color: #672D02; }
span { border-color: rgb(103,45,2); }
td.TdClassName
{
border-color: #672D02;
}
.TagClassName
{
border-color: #672D02;
}
</style>