Shades of Baker's Chocolate #553A10
Tints of Baker's Chocolate #553A10
RGB
CMYK
RGB Variations
Color information
#553A10 (or 0x553A10) is known color: Baker's Chocolate. HEX triplet: 55, 3A and 10. RGB value is (85,58,16). Sum of RGB (Red+Green+Blue) = 85+58+16=159 (21% of max value = 765). Red value is 85 (33.59% from 255 or 53.46% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 16 (6.64% from 255 or 10.06% from 159); Max value from RGB is 85 - color contains mainly: red. Hex color #553A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553A10 is #AAC5EF. Grayscale: #3D3D3D. Windows color (decimal): -11191792 or 1063509. OLE color: 1063509.
HSL color Cylindrical-coordinate representation of color #553A10: hue angle of 36.52º degrees, saturation: 0.68, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #553A10 is Cyan = 0, Magento = 0.32, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 58 | 16 | - |
| CMYK | 0 | 0.32 | 0.81 | 0.67 |
| HSL | 36.52º | 0.68% | 0.2% | - |
| HSV(B) | 36.52º | 0.81% | 0.33% | - |
| XYZ | 5.35 | 4.99 | 1.17 | - |
| YUV | 61.29 | 102.45 | 144.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 58 | 16 | 0 | 0.32 | 0.81 | 0.67 | 36.52 | 0.68 | 0.2 |
| Hex | 55 | 3A | 10 | 0 | 20 | 51 | 43 | 25 | 44 | 14 |
| Octal | 125 | 72 | 20 | 0 | 40 | 121 | 103 | 45 | 104 | 24 |
| Binary | 1010101 | 111010 | 10000 | 0 | 100000 | 1010001 | 1000011 | 100101 | 1000100 | 10100 |
Color Harmonies of #553A10
Complementary color
Monochromatic Colors of #553A10
Black with #553A10
Text Example
Text Example
White with #553A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553A10; }
p { color: rgb(85,58,16); }
H1.HeaderClassName
{
color: #553A10;
}
.AnyTagClassName
{
color: #553A10;
}
</style>
background-color css
<style>
a { background-color: #553A10; }
a { background-color: rgb(85,58,16); }
div.DivClassName
{
background-color: #553A10;
}
.BgClassName
{
background-color: #553A10;
}
</style>
border-color css
<style>
span { border-color: #553A10; }
span { border-color: rgb(85,58,16); }
td.TdClassName
{
border-color: #553A10;
}
.TagClassName
{
border-color: #553A10;
}
</style>