Shades of Baker's Chocolate #533B03
Tints of Baker's Chocolate #533B03
RGB
CMYK
RGB Variations
Color information
#533B03 (or 0x533B03) is known color: Baker's Chocolate. HEX triplet: 53, 3B and 03. RGB value is (83,59,3). Sum of RGB (Red+Green+Blue) = 83+59+3=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 59 (23.44% from 255 or 40.69% from 145); Blue value is 3 (1.56% from 255 or 2.07% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #533B03 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533B03 is #ACC4FC. Grayscale: #3C3C3C. Windows color (decimal): -11322621 or 211795. OLE color: 211795.
HSL color Cylindrical-coordinate representation of color #533B03: hue angle of 42º degrees, saturation: 0.93, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #533B03 is Cyan = 0, Magento = 0.29, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 59 | 3 | - |
| CMYK | 0 | 0.29 | 0.96 | 0.67 |
| HSL | 42º | 0.93% | 0.17% | - |
| HSV(B) | 42º | 0.96% | 0.33% | - |
| XYZ | 5.15 | 4.97 | 0.77 | - |
| YUV | 59.79 | 95.95 | 144.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 59 | 3 | 0 | 0.29 | 0.96 | 0.67 | 42 | 0.93 | 0.17 |
| Hex | 53 | 3B | 3 | 0 | 1D | 60 | 43 | 2A | 5D | 11 |
| Octal | 123 | 73 | 3 | 0 | 35 | 140 | 103 | 52 | 135 | 21 |
| Binary | 1010011 | 111011 | 11 | 0 | 11101 | 1100000 | 1000011 | 101010 | 1011101 | 10001 |
Color Harmonies of #533B03
Complementary color
Monochromatic Colors of #533B03
Black with #533B03
Text Example
Text Example
White with #533B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533B03; }
p { color: rgb(83,59,3); }
H1.HeaderClassName
{
color: #533B03;
}
.AnyTagClassName
{
color: #533B03;
}
</style>
background-color css
<style>
a { background-color: #533B03; }
a { background-color: rgb(83,59,3); }
div.DivClassName
{
background-color: #533B03;
}
.BgClassName
{
background-color: #533B03;
}
</style>
border-color css
<style>
span { border-color: #533B03; }
span { border-color: rgb(83,59,3); }
td.TdClassName
{
border-color: #533B03;
}
.TagClassName
{
border-color: #533B03;
}
</style>