Shades of Baker's Chocolate #53270D
Tints of Baker's Chocolate #53270D
RGB
CMYK
RGB Variations
Color information
#53270D (or 0x53270D) is known color: Baker's Chocolate. HEX triplet: 53, 27 and 0D. RGB value is (83,39,13). Sum of RGB (Red+Green+Blue) = 83+39+13=135 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.48% from 135); Green value is 39 (15.62% from 255 or 28.89% from 135); Blue value is 13 (5.47% from 255 or 9.63% from 135); Max value from RGB is 83 - color contains mainly: red. Hex color #53270D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #53270D is #ACD8F2. Grayscale: #313131. Windows color (decimal): -11327731 or 862035. OLE color: 862035.
HSL color Cylindrical-coordinate representation of color #53270D: hue angle of 22.29º degrees, saturation: 0.73, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #53270D is Cyan = 0, Magento = 0.53, Yellow = 0.84 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 39 | 13 | - |
| CMYK | 0 | 0.53 | 0.84 | 0.67 |
| HSL | 22.29º | 0.73% | 0.19% | - |
| HSV(B) | 22.29º | 0.84% | 0.33% | - |
| XYZ | 4.37 | 3.32 | 0.79 | - |
| YUV | 49.19 | 107.58 | 152.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 39 | 13 | 0 | 0.53 | 0.84 | 0.67 | 22.29 | 0.73 | 0.19 |
| Hex | 53 | 27 | D | 0 | 35 | 54 | 43 | 16 | 49 | 13 |
| Octal | 123 | 47 | 15 | 0 | 65 | 124 | 103 | 26 | 111 | 23 |
| Binary | 1010011 | 100111 | 1101 | 0 | 110101 | 1010100 | 1000011 | 10110 | 1001001 | 10011 |
Color Harmonies of #53270D
Complementary color
Monochromatic Colors of #53270D
Black with #53270D
Text Example
Text Example
White with #53270D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #53270D; }
p { color: rgb(83,39,13); }
H1.HeaderClassName
{
color: #53270D;
}
.AnyTagClassName
{
color: #53270D;
}
</style>
background-color css
<style>
a { background-color: #53270D; }
a { background-color: rgb(83,39,13); }
div.DivClassName
{
background-color: #53270D;
}
.BgClassName
{
background-color: #53270D;
}
</style>
border-color css
<style>
span { border-color: #53270D; }
span { border-color: rgb(83,39,13); }
td.TdClassName
{
border-color: #53270D;
}
.TagClassName
{
border-color: #53270D;
}
</style>