Shades of Baker's Chocolate #652307
Tints of Baker's Chocolate #652307
RGB
CMYK
RGB Variations
Color information
#652307 (or 0x652307) is known color: Baker's Chocolate. HEX triplet: 65, 23 and 07. RGB value is (101,35,7). Sum of RGB (Red+Green+Blue) = 101+35+7=143 (18% of max value = 765). Red value is 101 (39.84% from 255 or 70.63% from 143); Green value is 35 (14.06% from 255 or 24.48% from 143); Blue value is 7 (3.12% from 255 or 4.90% from 143); Max value from RGB is 101 - color contains mainly: red. Hex color #652307 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #652307 is #9ADCF8. Grayscale: #333333. Windows color (decimal): -10149113 or 467813. OLE color: 467813.
HSL color Cylindrical-coordinate representation of color #652307: hue angle of 17.87º degrees, saturation: 0.87, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #652307 is Cyan = 0, Magento = 0.65, Yellow = 0.93 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 35 | 7 | - |
| CMYK | 0 | 0.65 | 0.93 | 0.60 |
| HSL | 17.87º | 0.87% | 0.21% | - |
| HSV(B) | 17.87º | 0.93% | 0.4% | - |
| XYZ | 6.01 | 3.98 | 0.65 | - |
| YUV | 51.54 | 102.87 | 163.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 35 | 7 | 0 | 0.65 | 0.93 | 0.60 | 17.87 | 0.87 | 0.21 |
| Hex | 65 | 23 | 7 | 0 | 41 | 5D | 3C | 12 | 57 | 15 |
| Octal | 145 | 43 | 7 | 0 | 101 | 135 | 74 | 22 | 127 | 25 |
| Binary | 1100101 | 100011 | 111 | 0 | 1000001 | 1011101 | 111100 | 10010 | 1010111 | 10101 |
Color Harmonies of #652307
Complementary color
Monochromatic Colors of #652307
Black with #652307
Text Example
Text Example
White with #652307
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #652307; }
p { color: rgb(101,35,7); }
H1.HeaderClassName
{
color: #652307;
}
.AnyTagClassName
{
color: #652307;
}
</style>
background-color css
<style>
a { background-color: #652307; }
a { background-color: rgb(101,35,7); }
div.DivClassName
{
background-color: #652307;
}
.BgClassName
{
background-color: #652307;
}
</style>
border-color css
<style>
span { border-color: #652307; }
span { border-color: rgb(101,35,7); }
td.TdClassName
{
border-color: #652307;
}
.TagClassName
{
border-color: #652307;
}
</style>