Shades of Baker's Chocolate #533215
Tints of Baker's Chocolate #533215
RGB
CMYK
RGB Variations
Color information
#533215 (or 0x533215) is known color: Baker's Chocolate. HEX triplet: 53, 32 and 15. RGB value is (83,50,21). Sum of RGB (Red+Green+Blue) = 83+50+21=154 (20% of max value = 765). Red value is 83 (32.81% from 255 or 53.90% from 154); Green value is 50 (19.92% from 255 or 32.47% from 154); Blue value is 21 (8.59% from 255 or 13.64% from 154); Max value from RGB is 83 - color contains mainly: red. Hex color #533215 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533215 is #ACCDEA. Grayscale: #383838. Windows color (decimal): -11324907 or 1389139. OLE color: 1389139.
HSL color Cylindrical-coordinate representation of color #533215: hue angle of 28.06º 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 #533215 is Cyan = 0, Magento = 0.40, Yellow = 0.75 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 50 | 21 | - |
| CMYK | 0 | 0.40 | 0.75 | 0.67 |
| HSL | 28.06º | 0.6% | 0.2% | - |
| HSV(B) | 28.06º | 0.75% | 0.33% | - |
| XYZ | 4.84 | 4.17 | 1.26 | - |
| YUV | 56.56 | 107.93 | 146.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 50 | 21 | 0 | 0.40 | 0.75 | 0.67 | 28.06 | 0.6 | 0.2 |
| Hex | 53 | 32 | 15 | 0 | 28 | 4B | 43 | 1C | 3C | 14 |
| Octal | 123 | 62 | 25 | 0 | 50 | 113 | 103 | 34 | 74 | 24 |
| Binary | 1010011 | 110010 | 10101 | 0 | 101000 | 1001011 | 1000011 | 11100 | 111100 | 10100 |
Color Harmonies of #533215
Complementary color
Monochromatic Colors of #533215
Black with #533215
Text Example
Text Example
White with #533215
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533215; }
p { color: rgb(83,50,21); }
H1.HeaderClassName
{
color: #533215;
}
.AnyTagClassName
{
color: #533215;
}
</style>
background-color css
<style>
a { background-color: #533215; }
a { background-color: rgb(83,50,21); }
div.DivClassName
{
background-color: #533215;
}
.BgClassName
{
background-color: #533215;
}
</style>
border-color css
<style>
span { border-color: #533215; }
span { border-color: rgb(83,50,21); }
td.TdClassName
{
border-color: #533215;
}
.TagClassName
{
border-color: #533215;
}
</style>