Shades of Baker's Chocolate #533300
Tints of Baker's Chocolate #533300
RGB
CMYK
RGB Variations
Color information
#533300 (or 0x533300) is known color: Baker's Chocolate. HEX triplet: 53, 33 and 00. RGB value is (83,51,0). Sum of RGB (Red+Green+Blue) = 83+51+0=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 51 (20.31% from 255 or 38.06% from 134); Blue value is 0 (0.39% from 255 or 0% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #533300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533300 is #ACCCFF. Grayscale: #363636. Windows color (decimal): -11324672 or 13139. OLE color: 13139.
HSL color Cylindrical-coordinate representation of color #533300: hue angle of 36.87º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #533300 is Cyan = 0, Magento = 0.39, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 51 | 0 | - |
| CMYK | 0 | 0.39 | 1 | 0.67 |
| HSL | 36.87º | 1% | 0.16% | - |
| HSV(B) | 36.87º | 1% | 0.33% | - |
| XYZ | 4.75 | 4.21 | 0.56 | - |
| YUV | 54.75 | 97.1 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 51 | 0 | 0 | 0.39 | 1 | 0.67 | 36.87 | 1 | 0.16 |
| Hex | 53 | 33 | 0 | 0 | 27 | 64 | 43 | 25 | 64 | 10 |
| Octal | 123 | 63 | 0 | 0 | 47 | 144 | 103 | 45 | 144 | 20 |
| Binary | 1010011 | 110011 | 0 | 0 | 100111 | 1100100 | 1000011 | 100101 | 1100100 | 10000 |
Color Harmonies of #533300
Complementary color
Monochromatic Colors of #533300
Black with #533300
Text Example
Text Example
White with #533300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533300; }
p { color: rgb(83,51,0); }
H1.HeaderClassName
{
color: #533300;
}
.AnyTagClassName
{
color: #533300;
}
</style>
background-color css
<style>
a { background-color: #533300; }
a { background-color: rgb(83,51,0); }
div.DivClassName
{
background-color: #533300;
}
.BgClassName
{
background-color: #533300;
}
</style>
border-color css
<style>
span { border-color: #533300; }
span { border-color: rgb(83,51,0); }
td.TdClassName
{
border-color: #533300;
}
.TagClassName
{
border-color: #533300;
}
</style>