Shades of Baker's Chocolate #532F09
Tints of Baker's Chocolate #532F09
RGB
CMYK
RGB Variations
Color information
#532F09 (or 0x532F09) is known color: Baker's Chocolate. HEX triplet: 53, 2F and 09. RGB value is (83,47,9). Sum of RGB (Red+Green+Blue) = 83+47+9=139 (18% of max value = 765). Red value is 83 (32.81% from 255 or 59.71% from 139); Green value is 47 (18.75% from 255 or 33.81% from 139); Blue value is 9 (3.91% from 255 or 6.47% from 139); Max value from RGB is 83 - color contains mainly: red. Hex color #532F09 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532F09 is #ACD0F6. Grayscale: #353535. Windows color (decimal): -11325687 or 601939. OLE color: 601939.
HSL color Cylindrical-coordinate representation of color #532F09: hue angle of 30.81º 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 #532F09 is Cyan = 0, Magento = 0.43, Yellow = 0.89 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 47 | 9 | - |
| CMYK | 0 | 0.43 | 0.89 | 0.67 |
| HSL | 30.81º | 0.8% | 0.18% | - |
| HSV(B) | 30.81º | 0.89% | 0.33% | - |
| XYZ | 4.63 | 3.89 | 0.77 | - |
| YUV | 53.43 | 102.93 | 149.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 47 | 9 | 0 | 0.43 | 0.89 | 0.67 | 30.81 | 0.8 | 0.18 |
| Hex | 53 | 2F | 9 | 0 | 2B | 59 | 43 | 1F | 50 | 12 |
| Octal | 123 | 57 | 11 | 0 | 53 | 131 | 103 | 37 | 120 | 22 |
| Binary | 1010011 | 101111 | 1001 | 0 | 101011 | 1011001 | 1000011 | 11111 | 1010000 | 10010 |
Color Harmonies of #532F09
Complementary color
Monochromatic Colors of #532F09
Black with #532F09
Text Example
Text Example
White with #532F09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532F09; }
p { color: rgb(83,47,9); }
H1.HeaderClassName
{
color: #532F09;
}
.AnyTagClassName
{
color: #532F09;
}
</style>
background-color css
<style>
a { background-color: #532F09; }
a { background-color: rgb(83,47,9); }
div.DivClassName
{
background-color: #532F09;
}
.BgClassName
{
background-color: #532F09;
}
</style>
border-color css
<style>
span { border-color: #532F09; }
span { border-color: rgb(83,47,9); }
td.TdClassName
{
border-color: #532F09;
}
.TagClassName
{
border-color: #532F09;
}
</style>