Shades of Baker's Chocolate #533201
Tints of Baker's Chocolate #533201
RGB
CMYK
RGB Variations
Color information
#533201 (or 0x533201) is known color: Baker's Chocolate. HEX triplet: 53, 32 and 01. RGB value is (83,50,1). Sum of RGB (Red+Green+Blue) = 83+50+1=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 50 (19.92% from 255 or 37.31% from 134); Blue value is 1 (0.78% from 255 or 0.75% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #533201 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533201 is #ACCDFE. Grayscale: #363636. Windows color (decimal): -11324927 or 78419. OLE color: 78419.
HSL color Cylindrical-coordinate representation of color #533201: hue angle of 35.85º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #533201 is Cyan = 0, Magento = 0.40, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 50 | 1 | - |
| CMYK | 0 | 0.40 | 0.99 | 0.67 |
| HSL | 35.85º | 0.98% | 0.16% | - |
| HSV(B) | 35.85º | 0.99% | 0.33% | - |
| XYZ | 4.71 | 4.12 | 0.58 | - |
| YUV | 54.28 | 97.93 | 148.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 50 | 1 | 0 | 0.40 | 0.99 | 0.67 | 35.85 | 0.98 | 0.16 |
| Hex | 53 | 32 | 1 | 0 | 28 | 63 | 43 | 24 | 62 | 10 |
| Octal | 123 | 62 | 1 | 0 | 50 | 143 | 103 | 44 | 142 | 20 |
| Binary | 1010011 | 110010 | 1 | 0 | 101000 | 1100011 | 1000011 | 100100 | 1100010 | 10000 |
Color Harmonies of #533201
Complementary color
Monochromatic Colors of #533201
Black with #533201
Text Example
Text Example
White with #533201
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533201; }
p { color: rgb(83,50,1); }
H1.HeaderClassName
{
color: #533201;
}
.AnyTagClassName
{
color: #533201;
}
</style>
background-color css
<style>
a { background-color: #533201; }
a { background-color: rgb(83,50,1); }
div.DivClassName
{
background-color: #533201;
}
.BgClassName
{
background-color: #533201;
}
</style>
border-color css
<style>
span { border-color: #533201; }
span { border-color: rgb(83,50,1); }
td.TdClassName
{
border-color: #533201;
}
.TagClassName
{
border-color: #533201;
}
</style>