Shades of Baker's Chocolate #533112
Tints of Baker's Chocolate #533112
RGB
CMYK
RGB Variations
Color information
#533112 (or 0x533112) is known color: Baker's Chocolate. HEX triplet: 53, 31 and 12. RGB value is (83,49,18). Sum of RGB (Red+Green+Blue) = 83+49+18=150 (19% of max value = 765). Red value is 83 (32.81% from 255 or 55.33% from 150); Green value is 49 (19.53% from 255 or 32.67% from 150); Blue value is 18 (7.42% from 255 or 12% from 150); Max value from RGB is 83 - color contains mainly: red. Hex color #533112 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533112 is #ACCEED. Grayscale: #373737. Windows color (decimal): -11325166 or 1192275. OLE color: 1192275.
HSL color Cylindrical-coordinate representation of color #533112: hue angle of 28.62º degrees, saturation: 0.64, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #533112 is Cyan = 0, Magento = 0.41, Yellow = 0.78 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 49 | 18 | - |
| CMYK | 0 | 0.41 | 0.78 | 0.67 |
| HSL | 28.62º | 0.64% | 0.2% | - |
| HSV(B) | 28.62º | 0.78% | 0.33% | - |
| XYZ | 4.77 | 4.08 | 1.11 | - |
| YUV | 55.63 | 106.76 | 147.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 49 | 18 | 0 | 0.41 | 0.78 | 0.67 | 28.62 | 0.64 | 0.2 |
| Hex | 53 | 31 | 12 | 0 | 29 | 4E | 43 | 1D | 40 | 14 |
| Octal | 123 | 61 | 22 | 0 | 51 | 116 | 103 | 35 | 100 | 24 |
| Binary | 1010011 | 110001 | 10010 | 0 | 101001 | 1001110 | 1000011 | 11101 | 1000000 | 10100 |
Color Harmonies of #533112
Complementary color
Monochromatic Colors of #533112
Black with #533112
Text Example
Text Example
White with #533112
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533112; }
p { color: rgb(83,49,18); }
H1.HeaderClassName
{
color: #533112;
}
.AnyTagClassName
{
color: #533112;
}
</style>
background-color css
<style>
a { background-color: #533112; }
a { background-color: rgb(83,49,18); }
div.DivClassName
{
background-color: #533112;
}
.BgClassName
{
background-color: #533112;
}
</style>
border-color css
<style>
span { border-color: #533112; }
span { border-color: rgb(83,49,18); }
td.TdClassName
{
border-color: #533112;
}
.TagClassName
{
border-color: #533112;
}
</style>