Shades of Baker's Chocolate #532D00
Tints of Baker's Chocolate #532D00
RGB
CMYK
RGB Variations
Color information
#532D00 (or 0x532D00) is known color: Baker's Chocolate. HEX triplet: 53, 2D and 00. RGB value is (83,45,0). Sum of RGB (Red+Green+Blue) = 83+45+0=128 (16% of max value = 765). Red value is 83 (32.81% from 255 or 64.84% from 128); Green value is 45 (17.97% from 255 or 35.16% from 128); Blue value is 0 (0.39% from 255 or 0% from 128); Max value from RGB is 83 - color contains mainly: red. Hex color #532D00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532D00 is #ACD2FF. Grayscale: #333333. Windows color (decimal): -11326208 or 11603. OLE color: 11603.
HSL color Cylindrical-coordinate representation of color #532D00: hue angle of 32.53º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #532D00 is Cyan = 0, Magento = 0.46, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 45 | 0 | - |
| CMYK | 0 | 0.46 | 1 | 0.67 |
| HSL | 32.53º | 1% | 0.16% | - |
| HSV(B) | 32.53º | 1% | 0.33% | - |
| XYZ | 4.51 | 3.72 | 0.48 | - |
| YUV | 51.23 | 99.09 | 150.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 45 | 0 | 0 | 0.46 | 1 | 0.67 | 32.53 | 1 | 0.16 |
| Hex | 53 | 2D | 0 | 0 | 2E | 64 | 43 | 21 | 64 | 10 |
| Octal | 123 | 55 | 0 | 0 | 56 | 144 | 103 | 41 | 144 | 20 |
| Binary | 1010011 | 101101 | 0 | 0 | 101110 | 1100100 | 1000011 | 100001 | 1100100 | 10000 |
Color Harmonies of #532D00
Complementary color
Monochromatic Colors of #532D00
Black with #532D00
Text Example
Text Example
White with #532D00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532D00; }
p { color: rgb(83,45,0); }
H1.HeaderClassName
{
color: #532D00;
}
.AnyTagClassName
{
color: #532D00;
}
</style>
background-color css
<style>
a { background-color: #532D00; }
a { background-color: rgb(83,45,0); }
div.DivClassName
{
background-color: #532D00;
}
.BgClassName
{
background-color: #532D00;
}
</style>
border-color css
<style>
span { border-color: #532D00; }
span { border-color: rgb(83,45,0); }
td.TdClassName
{
border-color: #532D00;
}
.TagClassName
{
border-color: #532D00;
}
</style>