Shades of Baker's Chocolate #553308
Tints of Baker's Chocolate #553308
RGB
CMYK
RGB Variations
Color information
#553308 (or 0x553308) is known color: Baker's Chocolate. HEX triplet: 55, 33 and 08. RGB value is (85,51,8). Sum of RGB (Red+Green+Blue) = 85+51+8=144 (19% of max value = 765). Red value is 85 (33.59% from 255 or 59.03% from 144); Green value is 51 (20.31% from 255 or 35.42% from 144); Blue value is 8 (3.52% from 255 or 5.56% from 144); Max value from RGB is 85 - color contains mainly: red. Hex color #553308 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553308 is #AACCF7. Grayscale: #383838. Windows color (decimal): -11193592 or 537429. OLE color: 537429.
HSL color Cylindrical-coordinate representation of color #553308: hue angle of 33.51º degrees, saturation: 0.83, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #553308 is Cyan = 0, Magento = 0.40, Yellow = 0.91 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 51 | 8 | - |
| CMYK | 0 | 0.40 | 0.91 | 0.67 |
| HSL | 33.51º | 0.83% | 0.18% | - |
| HSV(B) | 33.51º | 0.91% | 0.33% | - |
| XYZ | 4.97 | 4.32 | 0.8 | - |
| YUV | 56.26 | 100.76 | 148.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 8 | 0 | 0.40 | 0.91 | 0.67 | 33.51 | 0.83 | 0.18 |
| Hex | 55 | 33 | 8 | 0 | 28 | 5B | 43 | 22 | 53 | 12 |
| Octal | 125 | 63 | 10 | 0 | 50 | 133 | 103 | 42 | 123 | 22 |
| Binary | 1010101 | 110011 | 1000 | 0 | 101000 | 1011011 | 1000011 | 100010 | 1010011 | 10010 |
Color Harmonies of #553308
Complementary color
Monochromatic Colors of #553308
Black with #553308
Text Example
Text Example
White with #553308
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553308; }
p { color: rgb(85,51,8); }
H1.HeaderClassName
{
color: #553308;
}
.AnyTagClassName
{
color: #553308;
}
</style>
background-color css
<style>
a { background-color: #553308; }
a { background-color: rgb(85,51,8); }
div.DivClassName
{
background-color: #553308;
}
.BgClassName
{
background-color: #553308;
}
</style>
border-color css
<style>
span { border-color: #553308; }
span { border-color: rgb(85,51,8); }
td.TdClassName
{
border-color: #553308;
}
.TagClassName
{
border-color: #553308;
}
</style>