Shades of Baker's Chocolate #553718
Tints of Baker's Chocolate #553718
RGB
CMYK
RGB Variations
Color information
#553718 (or 0x553718) is known color: Baker's Chocolate. HEX triplet: 55, 37 and 18. RGB value is (85,55,24). Sum of RGB (Red+Green+Blue) = 85+55+24=164 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.83% from 164); Green value is 55 (21.88% from 255 or 33.54% from 164); Blue value is 24 (9.77% from 255 or 14.63% from 164); Max value from RGB is 85 - color contains mainly: red. Hex color #553718 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553718 is #AAC8E7. Grayscale: #3C3C3C. Windows color (decimal): -11192552 or 1587029. OLE color: 1587029.
HSL color Cylindrical-coordinate representation of color #553718: hue angle of 30.49º degrees, saturation: 0.56, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #553718 is Cyan = 0, Magento = 0.35, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 55 | 24 | - |
| CMYK | 0 | 0.35 | 0.72 | 0.67 |
| HSL | 30.49º | 0.56% | 0.21% | - |
| HSV(B) | 30.49º | 0.72% | 0.33% | - |
| XYZ | 5.28 | 4.73 | 1.5 | - |
| YUV | 60.44 | 107.44 | 145.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 55 | 24 | 0 | 0.35 | 0.72 | 0.67 | 30.49 | 0.56 | 0.21 |
| Hex | 55 | 37 | 18 | 0 | 23 | 48 | 43 | 1E | 38 | 15 |
| Octal | 125 | 67 | 30 | 0 | 43 | 110 | 103 | 36 | 70 | 25 |
| Binary | 1010101 | 110111 | 11000 | 0 | 100011 | 1001000 | 1000011 | 11110 | 111000 | 10101 |
Color Harmonies of #553718
Complementary color
Monochromatic Colors of #553718
Black with #553718
Text Example
Text Example
White with #553718
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553718; }
p { color: rgb(85,55,24); }
H1.HeaderClassName
{
color: #553718;
}
.AnyTagClassName
{
color: #553718;
}
</style>
background-color css
<style>
a { background-color: #553718; }
a { background-color: rgb(85,55,24); }
div.DivClassName
{
background-color: #553718;
}
.BgClassName
{
background-color: #553718;
}
</style>
border-color css
<style>
span { border-color: #553718; }
span { border-color: rgb(85,55,24); }
td.TdClassName
{
border-color: #553718;
}
.TagClassName
{
border-color: #553718;
}
</style>