Shades of Baker's Chocolate #532B0A
Tints of Baker's Chocolate #532B0A
RGB
CMYK
RGB Variations
Color information
#532B0A (or 0x532B0A) is known color: Baker's Chocolate. HEX triplet: 53, 2B and 0A. RGB value is (83,43,10). Sum of RGB (Red+Green+Blue) = 83+43+10=136 (18% of max value = 765). Red value is 83 (32.81% from 255 or 61.03% from 136); Green value is 43 (17.19% from 255 or 31.62% from 136); Blue value is 10 (4.30% from 255 or 7.35% from 136); Max value from RGB is 83 - color contains mainly: red. Hex color #532B0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532B0A is #ACD4F5. Grayscale: #333333. Windows color (decimal): -11326710 or 666451. OLE color: 666451.
HSL color Cylindrical-coordinate representation of color #532B0A: hue angle of 27.12º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #532B0A is Cyan = 0, Magento = 0.48, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 43 | 10 | - |
| CMYK | 0 | 0.48 | 0.88 | 0.67 |
| HSL | 27.12º | 0.78% | 0.18% | - |
| HSV(B) | 27.12º | 0.88% | 0.33% | - |
| XYZ | 4.49 | 3.59 | 0.74 | - |
| YUV | 51.2 | 104.75 | 150.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 10 | 0 | 0.48 | 0.88 | 0.67 | 27.12 | 0.78 | 0.18 |
| Hex | 53 | 2B | A | 0 | 30 | 58 | 43 | 1B | 4E | 12 |
| Octal | 123 | 53 | 12 | 0 | 60 | 130 | 103 | 33 | 116 | 22 |
| Binary | 1010011 | 101011 | 1010 | 0 | 110000 | 1011000 | 1000011 | 11011 | 1001110 | 10010 |
Color Harmonies of #532B0A
Complementary color
Monochromatic Colors of #532B0A
Black with #532B0A
Text Example
Text Example
White with #532B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532B0A; }
p { color: rgb(83,43,10); }
H1.HeaderClassName
{
color: #532B0A;
}
.AnyTagClassName
{
color: #532B0A;
}
</style>
background-color css
<style>
a { background-color: #532B0A; }
a { background-color: rgb(83,43,10); }
div.DivClassName
{
background-color: #532B0A;
}
.BgClassName
{
background-color: #532B0A;
}
</style>
border-color css
<style>
span { border-color: #532B0A; }
span { border-color: rgb(83,43,10); }
td.TdClassName
{
border-color: #532B0A;
}
.TagClassName
{
border-color: #532B0A;
}
</style>