Shades of Baker's Chocolate #653305
Tints of Baker's Chocolate #653305
RGB
CMYK
RGB Variations
Color information
#653305 (or 0x653305) is known color: Baker's Chocolate. HEX triplet: 65, 33 and 05. RGB value is (101,51,5). Sum of RGB (Red+Green+Blue) = 101+51+5=157 (20% of max value = 765). Red value is 101 (39.84% from 255 or 64.33% from 157); Green value is 51 (20.31% from 255 or 32.48% from 157); Blue value is 5 (2.34% from 255 or 3.18% from 157); Max value from RGB is 101 - color contains mainly: red. Hex color #653305 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653305 is #9ACCFA. Grayscale: #3C3C3C. Windows color (decimal): -10145019 or 340837. OLE color: 340837.
HSL color Cylindrical-coordinate representation of color #653305: hue angle of 28.75º 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 #653305 is Cyan = 0, Magento = 0.50, Yellow = 0.95 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 51 | 5 | - |
| CMYK | 0 | 0.50 | 0.95 | 0.60 |
| HSL | 28.75º | 0.91% | 0.21% | - |
| HSV(B) | 28.75º | 0.95% | 0.4% | - |
| XYZ | 6.58 | 5.15 | 0.79 | - |
| YUV | 60.71 | 96.57 | 156.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 5 | 0 | 0.50 | 0.95 | 0.60 | 28.75 | 0.91 | 0.21 |
| Hex | 65 | 33 | 5 | 0 | 32 | 5F | 3C | 1D | 5B | 15 |
| Octal | 145 | 63 | 5 | 0 | 62 | 137 | 74 | 35 | 133 | 25 |
| Binary | 1100101 | 110011 | 101 | 0 | 110010 | 1011111 | 111100 | 11101 | 1011011 | 10101 |
Color Harmonies of #653305
Complementary color
Monochromatic Colors of #653305
Black with #653305
Text Example
Text Example
White with #653305
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653305; }
p { color: rgb(101,51,5); }
H1.HeaderClassName
{
color: #653305;
}
.AnyTagClassName
{
color: #653305;
}
</style>
background-color css
<style>
a { background-color: #653305; }
a { background-color: rgb(101,51,5); }
div.DivClassName
{
background-color: #653305;
}
.BgClassName
{
background-color: #653305;
}
</style>
border-color css
<style>
span { border-color: #653305; }
span { border-color: rgb(101,51,5); }
td.TdClassName
{
border-color: #653305;
}
.TagClassName
{
border-color: #653305;
}
</style>