Shades of Baker's Chocolate #533214
Tints of Baker's Chocolate #533214
RGB
CMYK
RGB Variations
Color information
#533214 (or 0x533214) is known color: Baker's Chocolate. HEX triplet: 53, 32 and 14. RGB value is (83,50,20). Sum of RGB (Red+Green+Blue) = 83+50+20=153 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.25% from 153); Green value is 50 (19.92% from 255 or 32.68% from 153); Blue value is 20 (8.20% from 255 or 13.07% from 153); Max value from RGB is 83 - color contains mainly: red. Hex color #533214 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533214 is #ACCDEB. Grayscale: #383838. Windows color (decimal): -11324908 or 1323603. OLE color: 1323603.
HSL color Cylindrical-coordinate representation of color #533214: hue angle of 28.57º degrees, saturation: 0.61, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #533214 is Cyan = 0, Magento = 0.40, Yellow = 0.76 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 50 | 20 | - |
| CMYK | 0 | 0.40 | 0.76 | 0.67 |
| HSL | 28.57º | 0.61% | 0.2% | - |
| HSV(B) | 28.57º | 0.76% | 0.33% | - |
| XYZ | 4.83 | 4.17 | 1.21 | - |
| YUV | 56.45 | 107.43 | 146.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 50 | 20 | 0 | 0.40 | 0.76 | 0.67 | 28.57 | 0.61 | 0.2 |
| Hex | 53 | 32 | 14 | 0 | 28 | 4C | 43 | 1D | 3D | 14 |
| Octal | 123 | 62 | 24 | 0 | 50 | 114 | 103 | 35 | 75 | 24 |
| Binary | 1010011 | 110010 | 10100 | 0 | 101000 | 1001100 | 1000011 | 11101 | 111101 | 10100 |
Color Harmonies of #533214
Complementary color
Monochromatic Colors of #533214
Black with #533214
Text Example
Text Example
White with #533214
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533214; }
p { color: rgb(83,50,20); }
H1.HeaderClassName
{
color: #533214;
}
.AnyTagClassName
{
color: #533214;
}
</style>
background-color css
<style>
a { background-color: #533214; }
a { background-color: rgb(83,50,20); }
div.DivClassName
{
background-color: #533214;
}
.BgClassName
{
background-color: #533214;
}
</style>
border-color css
<style>
span { border-color: #533214; }
span { border-color: rgb(83,50,20); }
td.TdClassName
{
border-color: #533214;
}
.TagClassName
{
border-color: #533214;
}
</style>