Shades of Baker's Chocolate #532C00
Tints of Baker's Chocolate #532C00
RGB
CMYK
RGB Variations
Color information
#532C00 (or 0x532C00) is known color: Baker's Chocolate. HEX triplet: 53, 2C and 00. RGB value is (83,44,0). Sum of RGB (Red+Green+Blue) = 83+44+0=127 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.35% from 127); Green value is 44 (17.58% from 255 or 34.65% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 83 - color contains mainly: red. Hex color #532C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532C00 is #ACD3FF. Grayscale: #323232. Windows color (decimal): -11326464 or 11347. OLE color: 11347.
HSL color Cylindrical-coordinate representation of color #532C00: hue angle of 31.81º 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 #532C00 is Cyan = 0, Magento = 0.47, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 44 | 0 | - |
| CMYK | 0 | 0.47 | 1 | 0.67 |
| HSL | 31.81º | 1% | 0.16% | - |
| HSV(B) | 31.81º | 1% | 0.33% | - |
| XYZ | 4.47 | 3.64 | 0.47 | - |
| YUV | 50.65 | 99.42 | 151.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 44 | 0 | 0 | 0.47 | 1 | 0.67 | 31.81 | 1 | 0.16 |
| Hex | 53 | 2C | 0 | 0 | 2F | 64 | 43 | 20 | 64 | 10 |
| Octal | 123 | 54 | 0 | 0 | 57 | 144 | 103 | 40 | 144 | 20 |
| Binary | 1010011 | 101100 | 0 | 0 | 101111 | 1100100 | 1000011 | 100000 | 1100100 | 10000 |
Color Harmonies of #532C00
Complementary color
Monochromatic Colors of #532C00
Black with #532C00
Text Example
Text Example
White with #532C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532C00; }
p { color: rgb(83,44,0); }
H1.HeaderClassName
{
color: #532C00;
}
.AnyTagClassName
{
color: #532C00;
}
</style>
background-color css
<style>
a { background-color: #532C00; }
a { background-color: rgb(83,44,0); }
div.DivClassName
{
background-color: #532C00;
}
.BgClassName
{
background-color: #532C00;
}
</style>
border-color css
<style>
span { border-color: #532C00; }
span { border-color: rgb(83,44,0); }
td.TdClassName
{
border-color: #532C00;
}
.TagClassName
{
border-color: #532C00;
}
</style>