Shades of Baker's Chocolate #53380B
Tints of Baker's Chocolate #53380B
RGB
CMYK
RGB Variations
Color information
#53380B (or 0x53380B) is known color: Baker's Chocolate. HEX triplet: 53, 38 and 0B. RGB value is (83,56,11). Sum of RGB (Red+Green+Blue) = 83+56+11=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 56 (22.27% from 255 or 37.33% from 150); Blue value is 11 (4.69% from 255 or 7.33% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #53380B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53380B is #ACC7F4. Grayscale: #3B3B3B. Windows color (decimal): -11323381 or 735315. OLE color: 735315.
HSL color Cylindrical-coordinate representation of color #53380B: hue angle of 37.5º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #53380B is Cyan = 0, Magento = 0.33, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 56 | 11 | - |
| CMYK | 0 | 0.33 | 0.87 | 0.67 |
| HSL | 37.5º | 0.77% | 0.18% | - |
| HSV(B) | 37.5º | 0.87% | 0.33% | - |
| XYZ | 5.04 | 4.69 | 0.96 | - |
| YUV | 58.94 | 100.95 | 145.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 56 | 11 | 0 | 0.33 | 0.87 | 0.67 | 37.5 | 0.77 | 0.18 |
| Hex | 53 | 38 | B | 0 | 21 | 57 | 43 | 26 | 4D | 12 |
| Octal | 123 | 70 | 13 | 0 | 41 | 127 | 103 | 46 | 115 | 22 |
| Binary | 1010011 | 111000 | 1011 | 0 | 100001 | 1010111 | 1000011 | 100110 | 1001101 | 10010 |
Color Harmonies of #53380B
Complementary color
Monochromatic Colors of #53380B
Black with #53380B
Text Example
Text Example
White with #53380B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53380B; }
p { color: rgb(83,56,11); }
H1.HeaderClassName
{
color: #53380B;
}
.AnyTagClassName
{
color: #53380B;
}
</style>
background-color css
<style>
a { background-color: #53380B; }
a { background-color: rgb(83,56,11); }
div.DivClassName
{
background-color: #53380B;
}
.BgClassName
{
background-color: #53380B;
}
</style>
border-color css
<style>
span { border-color: #53380B; }
span { border-color: rgb(83,56,11); }
td.TdClassName
{
border-color: #53380B;
}
.TagClassName
{
border-color: #53380B;
}
</style>