Shades of Baker's Chocolate #533A05
Tints of Baker's Chocolate #533A05
RGB
CMYK
RGB Variations
Color information
#533A05 (or 0x533A05) is known color: Baker's Chocolate. HEX triplet: 53, 3A and 05. RGB value is (83,58,5). Sum of RGB (Red+Green+Blue) = 83+58+5=146 (19% of max value = 765). Red value is 83 (32.81% from 255 or 56.85% from 146); Green value is 58 (23.05% from 255 or 39.73% from 146); Blue value is 5 (2.34% from 255 or 3.42% from 146); Max value from RGB is 83 - color contains mainly: red. Hex color #533A05 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533A05 is #ACC5FA. Grayscale: #3B3B3B. Windows color (decimal): -11322875 or 342611. OLE color: 342611.
HSL color Cylindrical-coordinate representation of color #533A05: hue angle of 40.77º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #533A05 is Cyan = 0, Magento = 0.30, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 5 | - |
| CMYK | 0 | 0.30 | 0.94 | 0.67 |
| HSL | 40.77º | 0.89% | 0.17% | - |
| HSV(B) | 40.77º | 0.94% | 0.33% | - |
| XYZ | 5.11 | 4.88 | 0.82 | - |
| YUV | 59.43 | 97.28 | 144.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 5 | 0 | 0.30 | 0.94 | 0.67 | 40.77 | 0.89 | 0.17 |
| Hex | 53 | 3A | 5 | 0 | 1E | 5E | 43 | 29 | 59 | 11 |
| Octal | 123 | 72 | 5 | 0 | 36 | 136 | 103 | 51 | 131 | 21 |
| Binary | 1010011 | 111010 | 101 | 0 | 11110 | 1011110 | 1000011 | 101001 | 1011001 | 10001 |
Color Harmonies of #533A05
Complementary color
Monochromatic Colors of #533A05
Black with #533A05
Text Example
Text Example
White with #533A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A05; }
p { color: rgb(83,58,5); }
H1.HeaderClassName
{
color: #533A05;
}
.AnyTagClassName
{
color: #533A05;
}
</style>
background-color css
<style>
a { background-color: #533A05; }
a { background-color: rgb(83,58,5); }
div.DivClassName
{
background-color: #533A05;
}
.BgClassName
{
background-color: #533A05;
}
</style>
border-color css
<style>
span { border-color: #533A05; }
span { border-color: rgb(83,58,5); }
td.TdClassName
{
border-color: #533A05;
}
.TagClassName
{
border-color: #533A05;
}
</style>