Shades of Baker's Chocolate #5B301C
Tints of Baker's Chocolate #5B301C
RGB
CMYK
RGB Variations
Color information
#5B301C (or 0x5B301C) is known color: Baker's Chocolate. HEX triplet: 5B, 30 and 1C. RGB value is (91,48,28). Sum of RGB (Red+Green+Blue) = 91+48+28=167 (22% of max value = 765). Red value is 91 (35.94% from 255 or 54.49% from 167); Green value is 48 (19.14% from 255 or 28.74% from 167); Blue value is 28 (11.33% from 255 or 16.77% from 167); Max value from RGB is 91 - color contains mainly: red. Hex color #5B301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #5B301C is #A4CFE3. Grayscale: #3A3A3A. Windows color (decimal): -10801124 or 1847387. OLE color: 1847387.
HSL color Cylindrical-coordinate representation of color #5B301C: hue angle of 19.05º degrees, saturation: 0.53, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #5B301C is Cyan = 0, Magento = 0.47, Yellow = 0.69 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 91 | 48 | 28 | - |
| CMYK | 0 | 0.47 | 0.69 | 0.64 |
| HSL | 19.05º | 0.53% | 0.23% | - |
| HSV(B) | 19.05º | 0.69% | 0.36% | - |
| XYZ | 5.58 | 4.42 | 1.66 | - |
| YUV | 58.58 | 110.75 | 151.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 48 | 28 | 0 | 0.47 | 0.69 | 0.64 | 19.05 | 0.53 | 0.23 |
| Hex | 5B | 30 | 1C | 0 | 2F | 45 | 40 | 13 | 35 | 17 |
| Octal | 133 | 60 | 34 | 0 | 57 | 105 | 100 | 23 | 65 | 27 |
| Binary | 1011011 | 110000 | 11100 | 0 | 101111 | 1000101 | 1000000 | 10011 | 110101 | 10111 |
Color Harmonies of #5B301C
Complementary color
Monochromatic Colors of #5B301C
Black with #5B301C
Text Example
Text Example
White with #5B301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5B301C; }
p { color: rgb(91,48,28); }
H1.HeaderClassName
{
color: #5B301C;
}
.AnyTagClassName
{
color: #5B301C;
}
</style>
background-color css
<style>
a { background-color: #5B301C; }
a { background-color: rgb(91,48,28); }
div.DivClassName
{
background-color: #5B301C;
}
.BgClassName
{
background-color: #5B301C;
}
</style>
border-color css
<style>
span { border-color: #5B301C; }
span { border-color: rgb(91,48,28); }
td.TdClassName
{
border-color: #5B301C;
}
.TagClassName
{
border-color: #5B301C;
}
</style>