Shades of Baker's Chocolate #553204
Tints of Baker's Chocolate #553204
RGB
CMYK
RGB Variations
Color information
#553204 (or 0x553204) is known color: Baker's Chocolate. HEX triplet: 55, 32 and 04. RGB value is (85,50,4). Sum of RGB (Red+Green+Blue) = 85+50+4=139 (18% of max value = 765). Red value is 85 (33.59% from 255 or 61.15% from 139); Green value is 50 (19.92% from 255 or 35.97% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 85 - color contains mainly: red. Hex color #553204 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #553204 is #AACDFB. Grayscale: #373737. Windows color (decimal): -11193852 or 275029. OLE color: 275029.
HSL color Cylindrical-coordinate representation of color #553204: hue angle of 34.07º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #553204 is Cyan = 0, Magento = 0.41, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 50 | 4 | - |
| CMYK | 0 | 0.41 | 0.95 | 0.67 |
| HSL | 34.07º | 0.91% | 0.17% | - |
| HSV(B) | 34.07º | 0.95% | 0.33% | - |
| XYZ | 4.91 | 4.22 | 0.67 | - |
| YUV | 55.22 | 99.1 | 149.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 50 | 4 | 0 | 0.41 | 0.95 | 0.67 | 34.07 | 0.91 | 0.17 |
| Hex | 55 | 32 | 4 | 0 | 29 | 5F | 43 | 22 | 5B | 11 |
| Octal | 125 | 62 | 4 | 0 | 51 | 137 | 103 | 42 | 133 | 21 |
| Binary | 1010101 | 110010 | 100 | 0 | 101001 | 1011111 | 1000011 | 100010 | 1011011 | 10001 |
Color Harmonies of #553204
Complementary color
Monochromatic Colors of #553204
Black with #553204
Text Example
Text Example
White with #553204
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #553204; }
p { color: rgb(85,50,4); }
H1.HeaderClassName
{
color: #553204;
}
.AnyTagClassName
{
color: #553204;
}
</style>
background-color css
<style>
a { background-color: #553204; }
a { background-color: rgb(85,50,4); }
div.DivClassName
{
background-color: #553204;
}
.BgClassName
{
background-color: #553204;
}
</style>
border-color css
<style>
span { border-color: #553204; }
span { border-color: rgb(85,50,4); }
td.TdClassName
{
border-color: #553204;
}
.TagClassName
{
border-color: #553204;
}
</style>