Shades of Baker's Chocolate #533A10
Tints of Baker's Chocolate #533A10
RGB
CMYK
RGB Variations
Color information
#533A10 (or 0x533A10) is known color: Baker's Chocolate. HEX triplet: 53, 3A and 10. RGB value is (83,58,16). Sum of RGB (Red+Green+Blue) = 83+58+16=157 (20% of max value = 765). Red value is 83 (32.81% from 255 or 52.87% from 157); Green value is 58 (23.05% from 255 or 36.94% from 157); Blue value is 16 (6.64% from 255 or 10.19% from 157); Max value from RGB is 83 - color contains mainly: red. Hex color #533A10 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533A10 is #ACC5EF. Grayscale: #3C3C3C. Windows color (decimal): -11322864 or 1063507. OLE color: 1063507.
HSL color Cylindrical-coordinate representation of color #533A10: hue angle of 37.61º degrees, saturation: 0.68, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #533A10 is Cyan = 0, Magento = 0.30, Yellow = 0.81 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 16 | - |
| CMYK | 0 | 0.30 | 0.81 | 0.67 |
| HSL | 37.61º | 0.68% | 0.19% | - |
| HSV(B) | 37.61º | 0.81% | 0.33% | - |
| XYZ | 5.17 | 4.9 | 1.16 | - |
| YUV | 60.69 | 102.78 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 16 | 0 | 0.30 | 0.81 | 0.67 | 37.61 | 0.68 | 0.19 |
| Hex | 53 | 3A | 10 | 0 | 1E | 51 | 43 | 26 | 44 | 13 |
| Octal | 123 | 72 | 20 | 0 | 36 | 121 | 103 | 46 | 104 | 23 |
| Binary | 1010011 | 111010 | 10000 | 0 | 11110 | 1010001 | 1000011 | 100110 | 1000100 | 10011 |
Color Harmonies of #533A10
Complementary color
Monochromatic Colors of #533A10
Black with #533A10
Text Example
Text Example
White with #533A10
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A10; }
p { color: rgb(83,58,16); }
H1.HeaderClassName
{
color: #533A10;
}
.AnyTagClassName
{
color: #533A10;
}
</style>
background-color css
<style>
a { background-color: #533A10; }
a { background-color: rgb(83,58,16); }
div.DivClassName
{
background-color: #533A10;
}
.BgClassName
{
background-color: #533A10;
}
</style>
border-color css
<style>
span { border-color: #533A10; }
span { border-color: rgb(83,58,16); }
td.TdClassName
{
border-color: #533A10;
}
.TagClassName
{
border-color: #533A10;
}
</style>