Shades of Baker's Chocolate #55300A
Tints of Baker's Chocolate #55300A
RGB
CMYK
RGB Variations
Color information
#55300A (or 0x55300A) is known color: Baker's Chocolate. HEX triplet: 55, 30 and 0A. RGB value is (85,48,10). Sum of RGB (Red+Green+Blue) = 85+48+10=143 (18% of max value = 765). Red value is 85 (33.59% from 255 or 59.44% from 143); Green value is 48 (19.14% from 255 or 33.57% from 143); Blue value is 10 (4.30% from 255 or 6.99% from 143); Max value from RGB is 85 - color contains mainly: red. Hex color #55300A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55300A is #AACFF5. Grayscale: #363636. Windows color (decimal): -11194358 or 667733. OLE color: 667733.
HSL color Cylindrical-coordinate representation of color #55300A: hue angle of 30.4º degrees, saturation: 0.79, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #55300A is Cyan = 0, Magento = 0.44, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 48 | 10 | - |
| CMYK | 0 | 0.44 | 0.88 | 0.67 |
| HSL | 30.4º | 0.79% | 0.19% | - |
| HSV(B) | 30.4º | 0.88% | 0.33% | - |
| XYZ | 4.86 | 4.07 | 0.82 | - |
| YUV | 54.73 | 102.76 | 149.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 48 | 10 | 0 | 0.44 | 0.88 | 0.67 | 30.4 | 0.79 | 0.19 |
| Hex | 55 | 30 | A | 0 | 2C | 58 | 43 | 1E | 4F | 13 |
| Octal | 125 | 60 | 12 | 0 | 54 | 130 | 103 | 36 | 117 | 23 |
| Binary | 1010101 | 110000 | 1010 | 0 | 101100 | 1011000 | 1000011 | 11110 | 1001111 | 10011 |
Color Harmonies of #55300A
Complementary color
Monochromatic Colors of #55300A
Black with #55300A
Text Example
Text Example
White with #55300A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55300A; }
p { color: rgb(85,48,10); }
H1.HeaderClassName
{
color: #55300A;
}
.AnyTagClassName
{
color: #55300A;
}
</style>
background-color css
<style>
a { background-color: #55300A; }
a { background-color: rgb(85,48,10); }
div.DivClassName
{
background-color: #55300A;
}
.BgClassName
{
background-color: #55300A;
}
</style>
border-color css
<style>
span { border-color: #55300A; }
span { border-color: rgb(85,48,10); }
td.TdClassName
{
border-color: #55300A;
}
.TagClassName
{
border-color: #55300A;
}
</style>