Shades of Baker's Chocolate #532009
Tints of Baker's Chocolate #532009
RGB
CMYK
RGB Variations
Color information
#532009 (or 0x532009) is known color: Baker's Chocolate. HEX triplet: 53, 20 and 09. RGB value is (83,32,9). Sum of RGB (Red+Green+Blue) = 83+32+9=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 32 (12.89% from 255 or 25.81% from 124); Blue value is 9 (3.91% from 255 or 7.26% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #532009 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532009 is #ACDFF6. Grayscale: #2C2C2C. Windows color (decimal): -11329527 or 598099. OLE color: 598099.
HSL color Cylindrical-coordinate representation of color #532009: hue angle of 18.65º 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 #532009 is Cyan = 0, Magento = 0.61, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 32 | 9 | - |
| CMYK | 0 | 0.61 | 0.89 | 0.67 |
| HSL | 18.65º | 0.8% | 0.18% | - |
| HSV(B) | 18.65º | 0.89% | 0.33% | - |
| XYZ | 4.13 | 2.89 | 0.6 | - |
| YUV | 44.63 | 107.9 | 155.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 32 | 9 | 0 | 0.61 | 0.89 | 0.67 | 18.65 | 0.8 | 0.18 |
| Hex | 53 | 20 | 9 | 0 | 3D | 59 | 43 | 13 | 50 | 12 |
| Octal | 123 | 40 | 11 | 0 | 75 | 131 | 103 | 23 | 120 | 22 |
| Binary | 1010011 | 100000 | 1001 | 0 | 111101 | 1011001 | 1000011 | 10011 | 1010000 | 10010 |
Color Harmonies of #532009
Complementary color
Monochromatic Colors of #532009
Black with #532009
Text Example
Text Example
White with #532009
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532009; }
p { color: rgb(83,32,9); }
H1.HeaderClassName
{
color: #532009;
}
.AnyTagClassName
{
color: #532009;
}
</style>
background-color css
<style>
a { background-color: #532009; }
a { background-color: rgb(83,32,9); }
div.DivClassName
{
background-color: #532009;
}
.BgClassName
{
background-color: #532009;
}
</style>
border-color css
<style>
span { border-color: #532009; }
span { border-color: rgb(83,32,9); }
td.TdClassName
{
border-color: #532009;
}
.TagClassName
{
border-color: #532009;
}
</style>