Shades of Baker's Chocolate #532805
Tints of Baker's Chocolate #532805
RGB
CMYK
RGB Variations
Color information
#532805 (or 0x532805) is known color: Baker's Chocolate. HEX triplet: 53, 28 and 05. RGB value is (83,40,5). Sum of RGB (Red+Green+Blue) = 83+40+5=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 40 (16.02% from 255 or 31.25% from 128); Blue value is 5 (2.34% from 255 or 3.91% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #532805 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532805 is #ACD7FA. Grayscale: #313131. Windows color (decimal): -11327483 or 338003. OLE color: 338003.
HSL color Cylindrical-coordinate representation of color #532805: hue angle of 26.92º 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 #532805 is Cyan = 0, Magento = 0.52, Yellow = 0.94 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 40 | 5 | - |
| CMYK | 0 | 0.52 | 0.94 | 0.67 |
| HSL | 26.92º | 0.89% | 0.17% | - |
| HSV(B) | 26.92º | 0.94% | 0.33% | - |
| XYZ | 4.35 | 3.37 | 0.56 | - |
| YUV | 48.87 | 103.25 | 152.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 40 | 5 | 0 | 0.52 | 0.94 | 0.67 | 26.92 | 0.89 | 0.17 |
| Hex | 53 | 28 | 5 | 0 | 34 | 5E | 43 | 1B | 59 | 11 |
| Octal | 123 | 50 | 5 | 0 | 64 | 136 | 103 | 33 | 131 | 21 |
| Binary | 1010011 | 101000 | 101 | 0 | 110100 | 1011110 | 1000011 | 11011 | 1011001 | 10001 |
Color Harmonies of #532805
Complementary color
Monochromatic Colors of #532805
Black with #532805
Text Example
Text Example
White with #532805
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532805; }
p { color: rgb(83,40,5); }
H1.HeaderClassName
{
color: #532805;
}
.AnyTagClassName
{
color: #532805;
}
</style>
background-color css
<style>
a { background-color: #532805; }
a { background-color: rgb(83,40,5); }
div.DivClassName
{
background-color: #532805;
}
.BgClassName
{
background-color: #532805;
}
</style>
border-color css
<style>
span { border-color: #532805; }
span { border-color: rgb(83,40,5); }
td.TdClassName
{
border-color: #532805;
}
.TagClassName
{
border-color: #532805;
}
</style>