Shades of Baker's Chocolate #532B13
Tints of Baker's Chocolate #532B13
RGB
CMYK
RGB Variations
Color information
#532B13 (or 0x532B13) is known color: Baker's Chocolate. HEX triplet: 53, 2B and 13. RGB value is (83,43,19). Sum of RGB (Red+Green+Blue) = 83+43+19=145 (19% of max value = 765). Red value is 83 (32.81% from 255 or 57.24% from 145); Green value is 43 (17.19% from 255 or 29.66% from 145); Blue value is 19 (7.81% from 255 or 13.10% from 145); Max value from RGB is 83 - color contains mainly: red. Hex color #532B13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532B13 is #ACD4EC. Grayscale: #343434. Windows color (decimal): -11326701 or 1256275. OLE color: 1256275.
HSL color Cylindrical-coordinate representation of color #532B13: hue angle of 22.5º degrees, saturation: 0.63, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #532B13 is Cyan = 0, Magento = 0.48, Yellow = 0.77 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 43 | 19 | - |
| CMYK | 0 | 0.48 | 0.77 | 0.67 |
| HSL | 22.5º | 0.63% | 0.2% | - |
| HSV(B) | 22.5º | 0.77% | 0.33% | - |
| XYZ | 4.55 | 3.61 | 1.07 | - |
| YUV | 52.22 | 109.25 | 149.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 19 | 0 | 0.48 | 0.77 | 0.67 | 22.5 | 0.63 | 0.2 |
| Hex | 53 | 2B | 13 | 0 | 30 | 4D | 43 | 16 | 3F | 14 |
| Octal | 123 | 53 | 23 | 0 | 60 | 115 | 103 | 26 | 77 | 24 |
| Binary | 1010011 | 101011 | 10011 | 0 | 110000 | 1001101 | 1000011 | 10110 | 111111 | 10100 |
Color Harmonies of #532B13
Complementary color
Monochromatic Colors of #532B13
Black with #532B13
Text Example
Text Example
White with #532B13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532B13; }
p { color: rgb(83,43,19); }
H1.HeaderClassName
{
color: #532B13;
}
.AnyTagClassName
{
color: #532B13;
}
</style>
background-color css
<style>
a { background-color: #532B13; }
a { background-color: rgb(83,43,19); }
div.DivClassName
{
background-color: #532B13;
}
.BgClassName
{
background-color: #532B13;
}
</style>
border-color css
<style>
span { border-color: #532B13; }
span { border-color: rgb(83,43,19); }
td.TdClassName
{
border-color: #532B13;
}
.TagClassName
{
border-color: #532B13;
}
</style>