Shades of Baker's Chocolate #533A01
Tints of Baker's Chocolate #533A01
RGB
CMYK
RGB Variations
Color information
#533A01 (or 0x533A01) is known color: Baker's Chocolate. HEX triplet: 53, 3A and 01. RGB value is (83,58,1). Sum of RGB (Red+Green+Blue) = 83+58+1=142 (18% of max value = 765). Red value is 83 (32.81% from 255 or 58.45% from 142); Green value is 58 (23.05% from 255 or 40.85% from 142); Blue value is 1 (0.78% from 255 or 0.70% from 142); Max value from RGB is 83 - color contains mainly: red. Hex color #533A01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533A01 is #ACC5FE. Grayscale: #3B3B3B. Windows color (decimal): -11322879 or 80467. OLE color: 80467.
HSL color Cylindrical-coordinate representation of color #533A01: hue angle of 41.71º degrees, saturation: 0.98, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #533A01 is Cyan = 0, Magento = 0.30, Yellow = 0.99 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 58 | 1 | - |
| CMYK | 0 | 0.30 | 0.99 | 0.67 |
| HSL | 41.71º | 0.98% | 0.16% | - |
| HSV(B) | 41.71º | 0.99% | 0.33% | - |
| XYZ | 5.09 | 4.87 | 0.7 | - |
| YUV | 58.98 | 95.28 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 58 | 1 | 0 | 0.30 | 0.99 | 0.67 | 41.71 | 0.98 | 0.16 |
| Hex | 53 | 3A | 1 | 0 | 1E | 63 | 43 | 2A | 62 | 10 |
| Octal | 123 | 72 | 1 | 0 | 36 | 143 | 103 | 52 | 142 | 20 |
| Binary | 1010011 | 111010 | 1 | 0 | 11110 | 1100011 | 1000011 | 101010 | 1100010 | 10000 |
Color Harmonies of #533A01
Complementary color
Monochromatic Colors of #533A01
Black with #533A01
Text Example
Text Example
White with #533A01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533A01; }
p { color: rgb(83,58,1); }
H1.HeaderClassName
{
color: #533A01;
}
.AnyTagClassName
{
color: #533A01;
}
</style>
background-color css
<style>
a { background-color: #533A01; }
a { background-color: rgb(83,58,1); }
div.DivClassName
{
background-color: #533A01;
}
.BgClassName
{
background-color: #533A01;
}
</style>
border-color css
<style>
span { border-color: #533A01; }
span { border-color: rgb(83,58,1); }
td.TdClassName
{
border-color: #533A01;
}
.TagClassName
{
border-color: #533A01;
}
</style>