Shades of Baker's Chocolate #53300E
Tints of Baker's Chocolate #53300E
RGB
CMYK
RGB Variations
Color information
#53300E (or 0x53300E) is known color: Baker's Chocolate. HEX triplet: 53, 30 and 0E. RGB value is (83,48,14). Sum of RGB (Red+Green+Blue) = 83+48+14=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 48 (19.14% from 255 or 33.10% from 145); Blue value is 14 (5.86% from 255 or 9.66% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #53300E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53300E is #ACCFF1. Grayscale: #363636. Windows color (decimal): -11325426 or 929875. OLE color: 929875.
HSL color Cylindrical-coordinate representation of color #53300E: hue angle of 29.57º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #53300E is Cyan = 0, Magento = 0.42, Yellow = 0.83 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 48 | 14 | - |
| CMYK | 0 | 0.42 | 0.83 | 0.67 |
| HSL | 29.57º | 0.71% | 0.19% | - |
| HSV(B) | 29.57º | 0.83% | 0.33% | - |
| XYZ | 4.7 | 3.98 | 0.94 | - |
| YUV | 54.59 | 105.1 | 148.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 14 | 0 | 0.42 | 0.83 | 0.67 | 29.57 | 0.71 | 0.19 |
| Hex | 53 | 30 | E | 0 | 2A | 53 | 43 | 1E | 47 | 13 |
| Octal | 123 | 60 | 16 | 0 | 52 | 123 | 103 | 36 | 107 | 23 |
| Binary | 1010011 | 110000 | 1110 | 0 | 101010 | 1010011 | 1000011 | 11110 | 1000111 | 10011 |
Color Harmonies of #53300E
Complementary color
Monochromatic Colors of #53300E
Black with #53300E
Text Example
Text Example
White with #53300E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53300E; }
p { color: rgb(83,48,14); }
H1.HeaderClassName
{
color: #53300E;
}
.AnyTagClassName
{
color: #53300E;
}
</style>
background-color css
<style>
a { background-color: #53300E; }
a { background-color: rgb(83,48,14); }
div.DivClassName
{
background-color: #53300E;
}
.BgClassName
{
background-color: #53300E;
}
</style>
border-color css
<style>
span { border-color: #53300E; }
span { border-color: rgb(83,48,14); }
td.TdClassName
{
border-color: #53300E;
}
.TagClassName
{
border-color: #53300E;
}
</style>