Shades of Baker's Chocolate #55330F
Tints of Baker's Chocolate #55330F
RGB
CMYK
RGB Variations
Color information
#55330F (or 0x55330F) is known color: Baker's Chocolate. HEX triplet: 55, 33 and 0F. RGB value is (85,51,15). Sum of RGB (Red+Green+Blue) = 85+51+15=151 (20% of max value = 765). Red value is 85 (33.59% from 255 or 56.29% from 151); Green value is 51 (20.31% from 255 or 33.77% from 151); Blue value is 15 (6.25% from 255 or 9.93% from 151); Max value from RGB is 85 - color contains mainly: red. Hex color #55330F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #55330F is #AACCF0. Grayscale: #393939. Windows color (decimal): -11193585 or 996181. OLE color: 996181.
HSL color Cylindrical-coordinate representation of color #55330F: hue angle of 30.86º degrees, saturation: 0.7, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #55330F is Cyan = 0, Magento = 0.40, Yellow = 0.82 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 85 | 51 | 15 | - |
| CMYK | 0 | 0.40 | 0.82 | 0.67 |
| HSL | 30.86º | 0.7% | 0.2% | - |
| HSV(B) | 30.86º | 0.82% | 0.33% | - |
| XYZ | 5.02 | 4.33 | 1.02 | - |
| YUV | 57.06 | 104.26 | 147.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 51 | 15 | 0 | 0.40 | 0.82 | 0.67 | 30.86 | 0.7 | 0.2 |
| Hex | 55 | 33 | F | 0 | 28 | 52 | 43 | 1F | 46 | 14 |
| Octal | 125 | 63 | 17 | 0 | 50 | 122 | 103 | 37 | 106 | 24 |
| Binary | 1010101 | 110011 | 1111 | 0 | 101000 | 1010010 | 1000011 | 11111 | 1000110 | 10100 |
Color Harmonies of #55330F
Complementary color
Monochromatic Colors of #55330F
Black with #55330F
Text Example
Text Example
White with #55330F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55330F; }
p { color: rgb(85,51,15); }
H1.HeaderClassName
{
color: #55330F;
}
.AnyTagClassName
{
color: #55330F;
}
</style>
background-color css
<style>
a { background-color: #55330F; }
a { background-color: rgb(85,51,15); }
div.DivClassName
{
background-color: #55330F;
}
.BgClassName
{
background-color: #55330F;
}
</style>
border-color css
<style>
span { border-color: #55330F; }
span { border-color: rgb(85,51,15); }
td.TdClassName
{
border-color: #55330F;
}
.TagClassName
{
border-color: #55330F;
}
</style>