Shades of Baker's Chocolate #533005
Tints of Baker's Chocolate #533005
RGB
CMYK
RGB Variations
Color information
#533005 (or 0x533005) is known color: Baker's Chocolate. HEX triplet: 53, 30 and 05. RGB value is (83,48,5). Sum of RGB (Red+Green+Blue) = 83+48+5=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 48 (19.14% from 255 or 35.29% from 136); Blue value is 5 (2.34% from 255 or 3.68% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #533005 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #533005 is #ACCFFA. Grayscale: #353535. Windows color (decimal): -11325435 or 340051. OLE color: 340051.
HSL color Cylindrical-coordinate representation of color #533005: hue angle of 33.08º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #533005 is Cyan = 0, Magento = 0.42, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 48 | 5 | - |
| CMYK | 0 | 0.42 | 0.94 | 0.67 |
| HSL | 33.08º | 0.89% | 0.17% | - |
| HSV(B) | 33.08º | 0.94% | 0.33% | - |
| XYZ | 4.65 | 3.96 | 0.66 | - |
| YUV | 53.56 | 100.6 | 149 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 48 | 5 | 0 | 0.42 | 0.94 | 0.67 | 33.08 | 0.89 | 0.17 |
| Hex | 53 | 30 | 5 | 0 | 2A | 5E | 43 | 21 | 59 | 11 |
| Octal | 123 | 60 | 5 | 0 | 52 | 136 | 103 | 41 | 131 | 21 |
| Binary | 1010011 | 110000 | 101 | 0 | 101010 | 1011110 | 1000011 | 100001 | 1011001 | 10001 |
Color Harmonies of #533005
Complementary color
Monochromatic Colors of #533005
Black with #533005
Text Example
Text Example
White with #533005
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #533005; }
p { color: rgb(83,48,5); }
H1.HeaderClassName
{
color: #533005;
}
.AnyTagClassName
{
color: #533005;
}
</style>
background-color css
<style>
a { background-color: #533005; }
a { background-color: rgb(83,48,5); }
div.DivClassName
{
background-color: #533005;
}
.BgClassName
{
background-color: #533005;
}
</style>
border-color css
<style>
span { border-color: #533005; }
span { border-color: rgb(83,48,5); }
td.TdClassName
{
border-color: #533005;
}
.TagClassName
{
border-color: #533005;
}
</style>