Shades of Baker's Chocolate #532A09
Tints of Baker's Chocolate #532A09
RGB
CMYK
RGB Variations
Color information
#532A09 (or 0x532A09) is known color: Baker's Chocolate. HEX triplet: 53, 2A and 09. RGB value is (83,42,9). Sum of RGB (Red+Green+Blue) = 83+42+9=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 42 (16.80% from 255 or 31.34% from 134); Blue value is 9 (3.91% from 255 or 6.72% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #532A09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532A09 is #ACD5F6. Grayscale: #323232. Windows color (decimal): -11326967 or 600659. OLE color: 600659.
HSL color Cylindrical-coordinate representation of color #532A09: hue angle of 26.76º degrees, saturation: 0.8, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #532A09 is Cyan = 0, Magento = 0.49, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 42 | 9 | - |
| CMYK | 0 | 0.49 | 0.89 | 0.67 |
| HSL | 26.76º | 0.8% | 0.18% | - |
| HSV(B) | 26.76º | 0.89% | 0.33% | - |
| XYZ | 4.44 | 3.51 | 0.7 | - |
| YUV | 50.5 | 104.58 | 151.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 42 | 9 | 0 | 0.49 | 0.89 | 0.67 | 26.76 | 0.8 | 0.18 |
| Hex | 53 | 2A | 9 | 0 | 31 | 59 | 43 | 1B | 50 | 12 |
| Octal | 123 | 52 | 11 | 0 | 61 | 131 | 103 | 33 | 120 | 22 |
| Binary | 1010011 | 101010 | 1001 | 0 | 110001 | 1011001 | 1000011 | 11011 | 1010000 | 10010 |
Color Harmonies of #532A09
Complementary color
Monochromatic Colors of #532A09
Black with #532A09
Text Example
Text Example
White with #532A09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532A09; }
p { color: rgb(83,42,9); }
H1.HeaderClassName
{
color: #532A09;
}
.AnyTagClassName
{
color: #532A09;
}
</style>
background-color css
<style>
a { background-color: #532A09; }
a { background-color: rgb(83,42,9); }
div.DivClassName
{
background-color: #532A09;
}
.BgClassName
{
background-color: #532A09;
}
</style>
border-color css
<style>
span { border-color: #532A09; }
span { border-color: rgb(83,42,9); }
td.TdClassName
{
border-color: #532A09;
}
.TagClassName
{
border-color: #532A09;
}
</style>