Shades of Baker's Chocolate #532B00
Tints of Baker's Chocolate #532B00
RGB
CMYK
RGB Variations
Color information
#532B00 (or 0x532B00) is known color: Baker's Chocolate. HEX triplet: 53, 2B and 00. RGB value is (83,43,0). Sum of RGB (Red+Green+Blue) = 83+43+0=126 (16% of max value = 765). Red value is 83 (32.81% from 255 or 65.87% from 126); Green value is 43 (17.19% from 255 or 34.13% from 126); Blue value is 0 (0.39% from 255 or 0% from 126); Max value from RGB is 83 - color contains mainly: red. Hex color #532B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532B00 is #ACD4FF. Grayscale: #323232. Windows color (decimal): -11326720 or 11091. OLE color: 11091.
HSL color Cylindrical-coordinate representation of color #532B00: hue angle of 31.08º 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 #532B00 is Cyan = 0, Magento = 0.48, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 43 | 0 | - |
| CMYK | 0 | 0.48 | 1 | 0.67 |
| HSL | 31.08º | 1% | 0.16% | - |
| HSV(B) | 31.08º | 1% | 0.33% | - |
| XYZ | 4.43 | 3.57 | 0.45 | - |
| YUV | 50.06 | 99.75 | 151.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 0 | 0 | 0.48 | 1 | 0.67 | 31.08 | 1 | 0.16 |
| Hex | 53 | 2B | 0 | 0 | 30 | 64 | 43 | 1F | 64 | 10 |
| Octal | 123 | 53 | 0 | 0 | 60 | 144 | 103 | 37 | 144 | 20 |
| Binary | 1010011 | 101011 | 0 | 0 | 110000 | 1100100 | 1000011 | 11111 | 1100100 | 10000 |
Color Harmonies of #532B00
Complementary color
Monochromatic Colors of #532B00
Black with #532B00
Text Example
Text Example
White with #532B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532B00; }
p { color: rgb(83,43,0); }
H1.HeaderClassName
{
color: #532B00;
}
.AnyTagClassName
{
color: #532B00;
}
</style>
background-color css
<style>
a { background-color: #532B00; }
a { background-color: rgb(83,43,0); }
div.DivClassName
{
background-color: #532B00;
}
.BgClassName
{
background-color: #532B00;
}
</style>
border-color css
<style>
span { border-color: #532B00; }
span { border-color: rgb(83,43,0); }
td.TdClassName
{
border-color: #532B00;
}
.TagClassName
{
border-color: #532B00;
}
</style>