Shades of Baker's Chocolate #653302
Tints of Baker's Chocolate #653302
RGB
CMYK
RGB Variations
Color information
#653302 (or 0x653302) is known color: Baker's Chocolate. HEX triplet: 65, 33 and 02. RGB value is (101,51,2). Sum of RGB (Red+Green+Blue) = 101+51+2=154 (20% of max value = 765). Red value is 101 (39.84% from 255 or 65.58% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 2 (1.17% from 255 or 1.30% from 154); Max value from RGB is 101 - color contains mainly: red. Hex color #653302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #653302 is #9ACCFD. Grayscale: #3C3C3C. Windows color (decimal): -10145022 or 144229. OLE color: 144229.
HSL color Cylindrical-coordinate representation of color #653302: hue angle of 29.7º degrees, saturation: 0.96, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #653302 is Cyan = 0, Magento = 0.50, Yellow = 0.98 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 101 | 51 | 2 | - |
| CMYK | 0 | 0.50 | 0.98 | 0.60 |
| HSL | 29.7º | 0.96% | 0.2% | - |
| HSV(B) | 29.7º | 0.98% | 0.4% | - |
| XYZ | 6.56 | 5.14 | 0.7 | - |
| YUV | 60.36 | 95.07 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 51 | 2 | 0 | 0.50 | 0.98 | 0.60 | 29.7 | 0.96 | 0.2 |
| Hex | 65 | 33 | 2 | 0 | 32 | 62 | 3C | 1E | 60 | 14 |
| Octal | 145 | 63 | 2 | 0 | 62 | 142 | 74 | 36 | 140 | 24 |
| Binary | 1100101 | 110011 | 10 | 0 | 110010 | 1100010 | 111100 | 11110 | 1100000 | 10100 |
Color Harmonies of #653302
Complementary color
Monochromatic Colors of #653302
Black with #653302
Text Example
Text Example
White with #653302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #653302; }
p { color: rgb(101,51,2); }
H1.HeaderClassName
{
color: #653302;
}
.AnyTagClassName
{
color: #653302;
}
</style>
background-color css
<style>
a { background-color: #653302; }
a { background-color: rgb(101,51,2); }
div.DivClassName
{
background-color: #653302;
}
.BgClassName
{
background-color: #653302;
}
</style>
border-color css
<style>
span { border-color: #653302; }
span { border-color: rgb(101,51,2); }
td.TdClassName
{
border-color: #653302;
}
.TagClassName
{
border-color: #653302;
}
</style>