Shades of Baker's Chocolate #65280A
Tints of Baker's Chocolate #65280A
RGB
CMYK
RGB Variations
Color information
#65280A (or 0x65280A) is known color: Baker's Chocolate. HEX triplet: 65, 28 and 0A. RGB value is (101,40,10). Sum of RGB (Red+Green+Blue) = 101+40+10=151 (20% of max value = 765). Red value is 101 (39.84% from 255 or 66.89% from 151); Green value is 40 (16.02% from 255 or 26.49% from 151); Blue value is 10 (4.30% from 255 or 6.62% from 151); Max value from RGB is 101 - color contains mainly: red. Hex color #65280A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #65280A is #9AD7F5. Grayscale: #363636. Windows color (decimal): -10147830 or 665701. OLE color: 665701.
HSL color Cylindrical-coordinate representation of color #65280A: hue angle of 19.78º degrees, saturation: 0.82, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #65280A is Cyan = 0, Magento = 0.60, Yellow = 0.90 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 40 | 10 | - |
| CMYK | 0 | 0.60 | 0.90 | 0.60 |
| HSL | 19.78º | 0.82% | 0.22% | - |
| HSV(B) | 19.78º | 0.9% | 0.4% | - |
| XYZ | 6.18 | 4.31 | 0.79 | - |
| YUV | 54.82 | 102.71 | 160.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 40 | 10 | 0 | 0.60 | 0.90 | 0.60 | 19.78 | 0.82 | 0.22 |
| Hex | 65 | 28 | A | 0 | 3C | 5A | 3C | 14 | 52 | 16 |
| Octal | 145 | 50 | 12 | 0 | 74 | 132 | 74 | 24 | 122 | 26 |
| Binary | 1100101 | 101000 | 1010 | 0 | 111100 | 1011010 | 111100 | 10100 | 1010010 | 10110 |
Color Harmonies of #65280A
Complementary color
Monochromatic Colors of #65280A
Black with #65280A
Text Example
Text Example
White with #65280A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65280A; }
p { color: rgb(101,40,10); }
H1.HeaderClassName
{
color: #65280A;
}
.AnyTagClassName
{
color: #65280A;
}
</style>
background-color css
<style>
a { background-color: #65280A; }
a { background-color: rgb(101,40,10); }
div.DivClassName
{
background-color: #65280A;
}
.BgClassName
{
background-color: #65280A;
}
</style>
border-color css
<style>
span { border-color: #65280A; }
span { border-color: rgb(101,40,10); }
td.TdClassName
{
border-color: #65280A;
}
.TagClassName
{
border-color: #65280A;
}
</style>