Shades of Baker's Chocolate #5B330C
Tints of Baker's Chocolate #5B330C
RGB
CMYK
RGB Variations
Color information
#5B330C (or 0x5B330C) is known color: Baker's Chocolate. HEX triplet: 5B, 33 and 0C. RGB value is (91,51,12). Sum of RGB (Red+Green+Blue) = 91+51+12=154 (20% of max value = 765). Red value is 91 (35.94% from 255 or 59.09% from 154); Green value is 51 (20.31% from 255 or 33.12% from 154); Blue value is 12 (5.08% from 255 or 7.79% from 154); Max value from RGB is 91 - color contains mainly: red. Hex color #5B330C is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5B330C is #A4CCF3. Grayscale: #3A3A3A. Windows color (decimal): -10800372 or 799579. OLE color: 799579.
HSL color Cylindrical-coordinate representation of color #5B330C: hue angle of 29.62º degrees, saturation: 0.77, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B330C is Cyan = 0, Magento = 0.44, Yellow = 0.87 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 51 | 12 | - |
| CMYK | 0 | 0.44 | 0.87 | 0.64 |
| HSL | 29.62º | 0.77% | 0.2% | - |
| HSV(B) | 29.62º | 0.87% | 0.36% | - |
| XYZ | 5.56 | 4.62 | 0.95 | - |
| YUV | 58.51 | 101.75 | 151.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 51 | 12 | 0 | 0.44 | 0.87 | 0.64 | 29.62 | 0.77 | 0.2 |
| Hex | 5B | 33 | C | 0 | 2C | 57 | 40 | 1E | 4D | 14 |
| Octal | 133 | 63 | 14 | 0 | 54 | 127 | 100 | 36 | 115 | 24 |
| Binary | 1011011 | 110011 | 1100 | 0 | 101100 | 1010111 | 1000000 | 11110 | 1001101 | 10100 |
Color Harmonies of #5B330C
Complementary color
Monochromatic Colors of #5B330C
Black with #5B330C
Text Example
Text Example
White with #5B330C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B330C; }
p { color: rgb(91,51,12); }
H1.HeaderClassName
{
color: #5B330C;
}
.AnyTagClassName
{
color: #5B330C;
}
</style>
background-color css
<style>
a { background-color: #5B330C; }
a { background-color: rgb(91,51,12); }
div.DivClassName
{
background-color: #5B330C;
}
.BgClassName
{
background-color: #5B330C;
}
</style>
border-color css
<style>
span { border-color: #5B330C; }
span { border-color: rgb(91,51,12); }
td.TdClassName
{
border-color: #5B330C;
}
.TagClassName
{
border-color: #5B330C;
}
</style>