Shades of Baker's Chocolate #553818
Tints of Baker's Chocolate #553818
RGB
CMYK
RGB Variations
Color information
#553818 (or 0x553818) is known color: Baker's Chocolate. HEX triplet: 55, 38 and 18. RGB value is (85,56,24). Sum of RGB (Red+Green+Blue) = 85+56+24=165 (21% of max value = 765). Red value is 85 (33.59% from 255 or 51.52% from 165); Green value is 56 (22.27% from 255 or 33.94% from 165); Blue value is 24 (9.77% from 255 or 14.55% from 165); Max value from RGB is 85 - color contains mainly: red. Hex color #553818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553818 is #AAC7E7. Grayscale: #3D3D3D. Windows color (decimal): -11192296 or 1587285. OLE color: 1587285.
HSL color Cylindrical-coordinate representation of color #553818: hue angle of 31.48º 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 #553818 is Cyan = 0, Magento = 0.34, Yellow = 0.72 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 56 | 24 | - |
| CMYK | 0 | 0.34 | 0.72 | 0.67 |
| HSL | 31.48º | 0.56% | 0.21% | - |
| HSV(B) | 31.48º | 0.72% | 0.33% | - |
| XYZ | 5.33 | 4.83 | 1.51 | - |
| YUV | 61.02 | 107.11 | 145.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 56 | 24 | 0 | 0.34 | 0.72 | 0.67 | 31.48 | 0.56 | 0.21 |
| Hex | 55 | 38 | 18 | 0 | 22 | 48 | 43 | 1F | 38 | 15 |
| Octal | 125 | 70 | 30 | 0 | 42 | 110 | 103 | 37 | 70 | 25 |
| Binary | 1010101 | 111000 | 11000 | 0 | 100010 | 1001000 | 1000011 | 11111 | 111000 | 10101 |
Color Harmonies of #553818
Complementary color
Monochromatic Colors of #553818
Black with #553818
Text Example
Text Example
White with #553818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553818; }
p { color: rgb(85,56,24); }
H1.HeaderClassName
{
color: #553818;
}
.AnyTagClassName
{
color: #553818;
}
</style>
background-color css
<style>
a { background-color: #553818; }
a { background-color: rgb(85,56,24); }
div.DivClassName
{
background-color: #553818;
}
.BgClassName
{
background-color: #553818;
}
</style>
border-color css
<style>
span { border-color: #553818; }
span { border-color: rgb(85,56,24); }
td.TdClassName
{
border-color: #553818;
}
.TagClassName
{
border-color: #553818;
}
</style>