Shades of Baker's Chocolate #533304
Tints of Baker's Chocolate #533304
RGB
CMYK
RGB Variations
Color information
#533304 (or 0x533304) is known color: Baker's Chocolate. HEX triplet: 53, 33 and 04. RGB value is (83,51,4). Sum of RGB (Red+Green+Blue) = 83+51+4=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 51 (20.31% from 255 or 36.96% from 138); Blue value is 4 (1.95% from 255 or 2.90% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #533304 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533304 is #ACCCFB. Grayscale: #373737. Windows color (decimal): -11324668 or 275283. OLE color: 275283.
HSL color Cylindrical-coordinate representation of color #533304: hue angle of 35.7º degrees, saturation: 0.91, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #533304 is Cyan = 0, Magento = 0.39, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 51 | 4 | - |
| CMYK | 0 | 0.39 | 0.95 | 0.67 |
| HSL | 35.7º | 0.91% | 0.17% | - |
| HSV(B) | 35.7º | 0.95% | 0.33% | - |
| XYZ | 4.77 | 4.22 | 0.68 | - |
| YUV | 55.21 | 99.1 | 147.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 51 | 4 | 0 | 0.39 | 0.95 | 0.67 | 35.7 | 0.91 | 0.17 |
| Hex | 53 | 33 | 4 | 0 | 27 | 5F | 43 | 24 | 5B | 11 |
| Octal | 123 | 63 | 4 | 0 | 47 | 137 | 103 | 44 | 133 | 21 |
| Binary | 1010011 | 110011 | 100 | 0 | 100111 | 1011111 | 1000011 | 100100 | 1011011 | 10001 |
Color Harmonies of #533304
Complementary color
Monochromatic Colors of #533304
Black with #533304
Text Example
Text Example
White with #533304
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533304; }
p { color: rgb(83,51,4); }
H1.HeaderClassName
{
color: #533304;
}
.AnyTagClassName
{
color: #533304;
}
</style>
background-color css
<style>
a { background-color: #533304; }
a { background-color: rgb(83,51,4); }
div.DivClassName
{
background-color: #533304;
}
.BgClassName
{
background-color: #533304;
}
</style>
border-color css
<style>
span { border-color: #533304; }
span { border-color: rgb(83,51,4); }
td.TdClassName
{
border-color: #533304;
}
.TagClassName
{
border-color: #533304;
}
</style>