Shades of Baker's Chocolate #533403
Tints of Baker's Chocolate #533403
RGB
CMYK
RGB Variations
Color information
#533403 (or 0x533403) is known color: Baker's Chocolate. HEX triplet: 53, 34 and 03. RGB value is (83,52,3). Sum of RGB (Red+Green+Blue) = 83+52+3=138 (18% of max value = 765). Red value is 83 (32.81% from 255 or 60.14% from 138); Green value is 52 (20.70% from 255 or 37.68% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 83 - color contains mainly: red. Hex color #533403 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533403 is #ACCBFC. Grayscale: #373737. Windows color (decimal): -11324413 or 210003. OLE color: 210003.
HSL color Cylindrical-coordinate representation of color #533403: hue angle of 36.75º 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 #533403 is Cyan = 0, Magento = 0.37, Yellow = 0.96 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 52 | 3 | - |
| CMYK | 0 | 0.37 | 0.96 | 0.67 |
| HSL | 36.75º | 0.93% | 0.17% | - |
| HSV(B) | 36.75º | 0.96% | 0.33% | - |
| XYZ | 4.81 | 4.3 | 0.66 | - |
| YUV | 55.68 | 98.27 | 147.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 52 | 3 | 0 | 0.37 | 0.96 | 0.67 | 36.75 | 0.93 | 0.17 |
| Hex | 53 | 34 | 3 | 0 | 25 | 60 | 43 | 25 | 5D | 11 |
| Octal | 123 | 64 | 3 | 0 | 45 | 140 | 103 | 45 | 135 | 21 |
| Binary | 1010011 | 110100 | 11 | 0 | 100101 | 1100000 | 1000011 | 100101 | 1011101 | 10001 |
Color Harmonies of #533403
Complementary color
Monochromatic Colors of #533403
Black with #533403
Text Example
Text Example
White with #533403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533403; }
p { color: rgb(83,52,3); }
H1.HeaderClassName
{
color: #533403;
}
.AnyTagClassName
{
color: #533403;
}
</style>
background-color css
<style>
a { background-color: #533403; }
a { background-color: rgb(83,52,3); }
div.DivClassName
{
background-color: #533403;
}
.BgClassName
{
background-color: #533403;
}
</style>
border-color css
<style>
span { border-color: #533403; }
span { border-color: rgb(83,52,3); }
td.TdClassName
{
border-color: #533403;
}
.TagClassName
{
border-color: #533403;
}
</style>