Shades of Baker's Chocolate #552309
Tints of Baker's Chocolate #552309
RGB
CMYK
RGB Variations
Color information
#552309 (or 0x552309) is known color: Baker's Chocolate. HEX triplet: 55, 23 and 09. RGB value is (85,35,9). Sum of RGB (Red+Green+Blue) = 85+35+9=129 (17% of max value = 765). Red value is 85 (33.59% from 255 or 65.89% from 129); Green value is 35 (14.06% from 255 or 27.13% from 129); Blue value is 9 (3.91% from 255 or 6.98% from 129); Max value from RGB is 85 - color contains mainly: red. Hex color #552309 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #552309 is #AADCF6. Grayscale: #2F2F2F. Windows color (decimal): -11197687 or 598869. OLE color: 598869.
HSL color Cylindrical-coordinate representation of color #552309: hue angle of 20.53º degrees, saturation: 0.81, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #552309 is Cyan = 0, Magento = 0.59, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 35 | 9 | - |
| CMYK | 0 | 0.59 | 0.89 | 0.67 |
| HSL | 20.53º | 0.81% | 0.18% | - |
| HSV(B) | 20.53º | 0.89% | 0.33% | - |
| XYZ | 4.4 | 3.15 | 0.64 | - |
| YUV | 46.99 | 106.57 | 155.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 35 | 9 | 0 | 0.59 | 0.89 | 0.67 | 20.53 | 0.81 | 0.18 |
| Hex | 55 | 23 | 9 | 0 | 3B | 59 | 43 | 15 | 51 | 12 |
| Octal | 125 | 43 | 11 | 0 | 73 | 131 | 103 | 25 | 121 | 22 |
| Binary | 1010101 | 100011 | 1001 | 0 | 111011 | 1011001 | 1000011 | 10101 | 1010001 | 10010 |
Color Harmonies of #552309
Complementary color
Monochromatic Colors of #552309
Black with #552309
Text Example
Text Example
White with #552309
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #552309; }
p { color: rgb(85,35,9); }
H1.HeaderClassName
{
color: #552309;
}
.AnyTagClassName
{
color: #552309;
}
</style>
background-color css
<style>
a { background-color: #552309; }
a { background-color: rgb(85,35,9); }
div.DivClassName
{
background-color: #552309;
}
.BgClassName
{
background-color: #552309;
}
</style>
border-color css
<style>
span { border-color: #552309; }
span { border-color: rgb(85,35,9); }
td.TdClassName
{
border-color: #552309;
}
.TagClassName
{
border-color: #552309;
}
</style>