Shades of Baker's Chocolate #533A0B
Tints of Baker's Chocolate #533A0B
RGB
CMYK
RGB Variations
Color information
#533A0B (or 0x533A0B) is known color: Baker's Chocolate. HEX triplet: 53, 3A and 0B. RGB value is (83,58,11). Sum of RGB (Red+Green+Blue) = 83+58+11=152 (20% of max value = 765). Red value is 83 (32.81% from 255 or 54.61% from 152); Green value is 58 (23.05% from 255 or 38.16% from 152); Blue value is 11 (4.69% from 255 or 7.24% from 152); Max value from RGB is 83 - color contains mainly: red. Hex color #533A0B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533A0B is #ACC5F4. Grayscale: #3C3C3C. Windows color (decimal): -11322869 or 735827. OLE color: 735827.
HSL color Cylindrical-coordinate representation of color #533A0B: hue angle of 39.17º degrees, saturation: 0.77, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #533A0B is Cyan = 0, Magento = 0.30, Yellow = 0.87 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 11 | - |
| CMYK | 0 | 0.30 | 0.87 | 0.67 |
| HSL | 39.17º | 0.77% | 0.18% | - |
| HSV(B) | 39.17º | 0.87% | 0.33% | - |
| XYZ | 5.14 | 4.89 | 0.99 | - |
| YUV | 60.12 | 100.28 | 144.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 11 | 0 | 0.30 | 0.87 | 0.67 | 39.17 | 0.77 | 0.18 |
| Hex | 53 | 3A | B | 0 | 1E | 57 | 43 | 27 | 4D | 12 |
| Octal | 123 | 72 | 13 | 0 | 36 | 127 | 103 | 47 | 115 | 22 |
| Binary | 1010011 | 111010 | 1011 | 0 | 11110 | 1010111 | 1000011 | 100111 | 1001101 | 10010 |
Color Harmonies of #533A0B
Complementary color
Monochromatic Colors of #533A0B
Black with #533A0B
Text Example
Text Example
White with #533A0B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A0B; }
p { color: rgb(83,58,11); }
H1.HeaderClassName
{
color: #533A0B;
}
.AnyTagClassName
{
color: #533A0B;
}
</style>
background-color css
<style>
a { background-color: #533A0B; }
a { background-color: rgb(83,58,11); }
div.DivClassName
{
background-color: #533A0B;
}
.BgClassName
{
background-color: #533A0B;
}
</style>
border-color css
<style>
span { border-color: #533A0B; }
span { border-color: rgb(83,58,11); }
td.TdClassName
{
border-color: #533A0B;
}
.TagClassName
{
border-color: #533A0B;
}
</style>