Shades of Baker's Chocolate #533500
Tints of Baker's Chocolate #533500
RGB
CMYK
RGB Variations
Color information
#533500 (or 0x533500) is known color: Baker's Chocolate. HEX triplet: 53, 35 and 00. RGB value is (83,53,0). Sum of RGB (Red+Green+Blue) = 83+53+0=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 53 (21.09% from 255 or 38.97% from 136); Blue value is 0 (0.39% from 255 or 0% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #533500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533500 is #ACCAFF. Grayscale: #383838. Windows color (decimal): -11324160 or 13651. OLE color: 13651.
HSL color Cylindrical-coordinate representation of color #533500: hue angle of 38.31º 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 #533500 is Cyan = 0, Magento = 0.36, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 53 | 0 | - |
| CMYK | 0 | 0.36 | 1 | 0.67 |
| HSL | 38.31º | 1% | 0.16% | - |
| HSV(B) | 38.31º | 1% | 0.33% | - |
| XYZ | 4.84 | 4.39 | 0.59 | - |
| YUV | 55.93 | 96.44 | 147.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 53 | 0 | 0 | 0.36 | 1 | 0.67 | 38.31 | 1 | 0.16 |
| Hex | 53 | 35 | 0 | 0 | 24 | 64 | 43 | 26 | 64 | 10 |
| Octal | 123 | 65 | 0 | 0 | 44 | 144 | 103 | 46 | 144 | 20 |
| Binary | 1010011 | 110101 | 0 | 0 | 100100 | 1100100 | 1000011 | 100110 | 1100100 | 10000 |
Color Harmonies of #533500
Complementary color
Monochromatic Colors of #533500
Black with #533500
Text Example
Text Example
White with #533500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533500; }
p { color: rgb(83,53,0); }
H1.HeaderClassName
{
color: #533500;
}
.AnyTagClassName
{
color: #533500;
}
</style>
background-color css
<style>
a { background-color: #533500; }
a { background-color: rgb(83,53,0); }
div.DivClassName
{
background-color: #533500;
}
.BgClassName
{
background-color: #533500;
}
</style>
border-color css
<style>
span { border-color: #533500; }
span { border-color: rgb(83,53,0); }
td.TdClassName
{
border-color: #533500;
}
.TagClassName
{
border-color: #533500;
}
</style>