Shades of Baker's Chocolate #533B09
Tints of Baker's Chocolate #533B09
RGB
CMYK
RGB Variations
Color information
#533B09 (or 0x533B09) is known color: Baker's Chocolate. HEX triplet: 53, 3B and 09. RGB value is (83,59,9). Sum of RGB (Red+Green+Blue) = 83+59+9=151 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.97% from 151); Green value is 59 (23.44% from 255 or 39.07% from 151); Blue value is 9 (3.91% from 255 or 5.96% from 151); Max value from RGB is 83 - color contains mainly: red. Hex color #533B09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533B09 is #ACC4F6. Grayscale: #3C3C3C. Windows color (decimal): -11322615 or 605011. OLE color: 605011.
HSL color Cylindrical-coordinate representation of color #533B09: hue angle of 40.54º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #533B09 is Cyan = 0, Magento = 0.29, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 9 | - |
| CMYK | 0 | 0.29 | 0.89 | 0.67 |
| HSL | 40.54º | 0.8% | 0.18% | - |
| HSV(B) | 40.54º | 0.89% | 0.33% | - |
| XYZ | 5.18 | 4.99 | 0.95 | - |
| YUV | 60.48 | 98.95 | 144.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 9 | 0 | 0.29 | 0.89 | 0.67 | 40.54 | 0.8 | 0.18 |
| Hex | 53 | 3B | 9 | 0 | 1D | 59 | 43 | 29 | 50 | 12 |
| Octal | 123 | 73 | 11 | 0 | 35 | 131 | 103 | 51 | 120 | 22 |
| Binary | 1010011 | 111011 | 1001 | 0 | 11101 | 1011001 | 1000011 | 101001 | 1010000 | 10010 |
Color Harmonies of #533B09
Complementary color
Monochromatic Colors of #533B09
Black with #533B09
Text Example
Text Example
White with #533B09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B09; }
p { color: rgb(83,59,9); }
H1.HeaderClassName
{
color: #533B09;
}
.AnyTagClassName
{
color: #533B09;
}
</style>
background-color css
<style>
a { background-color: #533B09; }
a { background-color: rgb(83,59,9); }
div.DivClassName
{
background-color: #533B09;
}
.BgClassName
{
background-color: #533B09;
}
</style>
border-color css
<style>
span { border-color: #533B09; }
span { border-color: rgb(83,59,9); }
td.TdClassName
{
border-color: #533B09;
}
.TagClassName
{
border-color: #533B09;
}
</style>