Shades of Baker's Chocolate #533315
Tints of Baker's Chocolate #533315
RGB
CMYK
RGB Variations
Color information
#533315 (or 0x533315) is known color: Baker's Chocolate. HEX triplet: 53, 33 and 15. RGB value is (83,51,21). Sum of RGB (Red+Green+Blue) = 83+51+21=155 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.55% from 155); Green value is 51 (20.31% from 255 or 32.90% from 155); Blue value is 21 (8.59% from 255 or 13.55% from 155); Max value from RGB is 83 - color contains mainly: red. Hex color #533315 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533315 is #ACCCEA. Grayscale: #393939. Windows color (decimal): -11324651 or 1389395. OLE color: 1389395.
HSL color Cylindrical-coordinate representation of color #533315: hue angle of 29.03º degrees, saturation: 0.6, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #533315 is Cyan = 0, Magento = 0.39, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 51 | 21 | - |
| CMYK | 0 | 0.39 | 0.75 | 0.67 |
| HSL | 29.03º | 0.6% | 0.2% | - |
| HSV(B) | 29.03º | 0.75% | 0.33% | - |
| XYZ | 4.89 | 4.26 | 1.27 | - |
| YUV | 57.15 | 107.6 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 51 | 21 | 0 | 0.39 | 0.75 | 0.67 | 29.03 | 0.6 | 0.2 |
| Hex | 53 | 33 | 15 | 0 | 27 | 4B | 43 | 1D | 3C | 14 |
| Octal | 123 | 63 | 25 | 0 | 47 | 113 | 103 | 35 | 74 | 24 |
| Binary | 1010011 | 110011 | 10101 | 0 | 100111 | 1001011 | 1000011 | 11101 | 111100 | 10100 |
Color Harmonies of #533315
Complementary color
Monochromatic Colors of #533315
Black with #533315
Text Example
Text Example
White with #533315
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533315; }
p { color: rgb(83,51,21); }
H1.HeaderClassName
{
color: #533315;
}
.AnyTagClassName
{
color: #533315;
}
</style>
background-color css
<style>
a { background-color: #533315; }
a { background-color: rgb(83,51,21); }
div.DivClassName
{
background-color: #533315;
}
.BgClassName
{
background-color: #533315;
}
</style>
border-color css
<style>
span { border-color: #533315; }
span { border-color: rgb(83,51,21); }
td.TdClassName
{
border-color: #533315;
}
.TagClassName
{
border-color: #533315;
}
</style>