Shades of Baker's Chocolate #533200
Tints of Baker's Chocolate #533200
RGB
CMYK
RGB Variations
Color information
#533200 (or 0x533200) is known color: Baker's Chocolate. HEX triplet: 53, 32 and 00. RGB value is (83,50,0). Sum of RGB (Red+Green+Blue) = 83+50+0=133 (17% of max value = 765). Red value is 83 (32.81% from 255 or 62.41% from 133); Green value is 50 (19.92% from 255 or 37.59% from 133); Blue value is 0 (0.39% from 255 or 0% from 133); Max value from RGB is 83 - color contains mainly: red. Hex color #533200 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533200 is #ACCDFF. Grayscale: #363636. Windows color (decimal): -11324928 or 12883. OLE color: 12883.
HSL color Cylindrical-coordinate representation of color #533200: hue angle of 36.14º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #533200 is Cyan = 0, Magento = 0.40, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 50 | 0 | - |
| CMYK | 0 | 0.40 | 1 | 0.67 |
| HSL | 36.14º | 1% | 0.16% | - |
| HSV(B) | 36.14º | 1% | 0.33% | - |
| XYZ | 4.71 | 4.12 | 0.55 | - |
| YUV | 54.17 | 97.43 | 148.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 50 | 0 | 0 | 0.40 | 1 | 0.67 | 36.14 | 1 | 0.16 |
| Hex | 53 | 32 | 0 | 0 | 28 | 64 | 43 | 24 | 64 | 10 |
| Octal | 123 | 62 | 0 | 0 | 50 | 144 | 103 | 44 | 144 | 20 |
| Binary | 1010011 | 110010 | 0 | 0 | 101000 | 1100100 | 1000011 | 100100 | 1100100 | 10000 |
Color Harmonies of #533200
Complementary color
Monochromatic Colors of #533200
Black with #533200
Text Example
Text Example
White with #533200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533200; }
p { color: rgb(83,50,0); }
H1.HeaderClassName
{
color: #533200;
}
.AnyTagClassName
{
color: #533200;
}
</style>
background-color css
<style>
a { background-color: #533200; }
a { background-color: rgb(83,50,0); }
div.DivClassName
{
background-color: #533200;
}
.BgClassName
{
background-color: #533200;
}
</style>
border-color css
<style>
span { border-color: #533200; }
span { border-color: rgb(83,50,0); }
td.TdClassName
{
border-color: #533200;
}
.TagClassName
{
border-color: #533200;
}
</style>