Shades of Baker's Chocolate #533511
Tints of Baker's Chocolate #533511
RGB
CMYK
RGB Variations
Color information
#533511 (or 0x533511) is known color: Baker's Chocolate. HEX triplet: 53, 35 and 11. RGB value is (83,53,17). Sum of RGB (Red+Green+Blue) = 83+53+17=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 53 (21.09% from 255 or 34.64% from 153); Blue value is 17 (7.03% from 255 or 11.11% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #533511 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533511 is #ACCAEE. Grayscale: #3A3A3A. Windows color (decimal): -11324143 or 1127763. OLE color: 1127763.
HSL color Cylindrical-coordinate representation of color #533511: hue angle of 32.73º degrees, saturation: 0.66, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #533511 is Cyan = 0, Magento = 0.36, Yellow = 0.80 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 53 | 17 | - |
| CMYK | 0 | 0.36 | 0.80 | 0.67 |
| HSL | 32.73º | 0.66% | 0.2% | - |
| HSV(B) | 32.73º | 0.8% | 0.33% | - |
| XYZ | 4.94 | 4.43 | 1.12 | - |
| YUV | 57.87 | 104.94 | 145.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 53 | 17 | 0 | 0.36 | 0.80 | 0.67 | 32.73 | 0.66 | 0.2 |
| Hex | 53 | 35 | 11 | 0 | 24 | 50 | 43 | 21 | 42 | 14 |
| Octal | 123 | 65 | 21 | 0 | 44 | 120 | 103 | 41 | 102 | 24 |
| Binary | 1010011 | 110101 | 10001 | 0 | 100100 | 1010000 | 1000011 | 100001 | 1000010 | 10100 |
Color Harmonies of #533511
Complementary color
Monochromatic Colors of #533511
Black with #533511
Text Example
Text Example
White with #533511
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533511; }
p { color: rgb(83,53,17); }
H1.HeaderClassName
{
color: #533511;
}
.AnyTagClassName
{
color: #533511;
}
</style>
background-color css
<style>
a { background-color: #533511; }
a { background-color: rgb(83,53,17); }
div.DivClassName
{
background-color: #533511;
}
.BgClassName
{
background-color: #533511;
}
</style>
border-color css
<style>
span { border-color: #533511; }
span { border-color: rgb(83,53,17); }
td.TdClassName
{
border-color: #533511;
}
.TagClassName
{
border-color: #533511;
}
</style>