Shades of Baker's Chocolate #533404
Tints of Baker's Chocolate #533404
RGB
CMYK
RGB Variations
Color information
#533404 (or 0x533404) is known color: Baker's Chocolate. HEX triplet: 53, 34 and 04. RGB value is (83,52,4). Sum of RGB (Red+Green+Blue) = 83+52+4=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 52 (20.70% from 255 or 37.41% from 139); Blue value is 4 (1.95% from 255 or 2.88% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #533404 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533404 is #ACCBFB. Grayscale: #383838. Windows color (decimal): -11324412 or 275539. OLE color: 275539.
HSL color Cylindrical-coordinate representation of color #533404: hue angle of 36.46º 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 #533404 is Cyan = 0, Magento = 0.37, Yellow = 0.95 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 52 | 4 | - |
| CMYK | 0 | 0.37 | 0.95 | 0.67 |
| HSL | 36.46º | 0.91% | 0.17% | - |
| HSV(B) | 36.46º | 0.95% | 0.33% | - |
| XYZ | 4.82 | 4.3 | 0.69 | - |
| YUV | 55.8 | 98.77 | 147.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 4 | 0 | 0.37 | 0.95 | 0.67 | 36.46 | 0.91 | 0.17 |
| Hex | 53 | 34 | 4 | 0 | 25 | 5F | 43 | 24 | 5B | 11 |
| Octal | 123 | 64 | 4 | 0 | 45 | 137 | 103 | 44 | 133 | 21 |
| Binary | 1010011 | 110100 | 100 | 0 | 100101 | 1011111 | 1000011 | 100100 | 1011011 | 10001 |
Color Harmonies of #533404
Complementary color
Monochromatic Colors of #533404
Black with #533404
Text Example
Text Example
White with #533404
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533404; }
p { color: rgb(83,52,4); }
H1.HeaderClassName
{
color: #533404;
}
.AnyTagClassName
{
color: #533404;
}
</style>
background-color css
<style>
a { background-color: #533404; }
a { background-color: rgb(83,52,4); }
div.DivClassName
{
background-color: #533404;
}
.BgClassName
{
background-color: #533404;
}
</style>
border-color css
<style>
span { border-color: #533404; }
span { border-color: rgb(83,52,4); }
td.TdClassName
{
border-color: #533404;
}
.TagClassName
{
border-color: #533404;
}
</style>