Shades of Baker's Chocolate #532B08
Tints of Baker's Chocolate #532B08
RGB
CMYK
RGB Variations
Color information
#532B08 (or 0x532B08) is known color: Baker's Chocolate. HEX triplet: 53, 2B and 08. RGB value is (83,43,8). Sum of RGB (Red+Green+Blue) = 83+43+8=134 (17% of max value = 765). Red value is 83 (32.81% from 255 or 61.94% from 134); Green value is 43 (17.19% from 255 or 32.09% from 134); Blue value is 8 (3.52% from 255 or 5.97% from 134); Max value from RGB is 83 - color contains mainly: red. Hex color #532B08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #532B08 is #ACD4F7. Grayscale: #333333. Windows color (decimal): -11326712 or 535379. OLE color: 535379.
HSL color Cylindrical-coordinate representation of color #532B08: hue angle of 28º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #532B08 is Cyan = 0, Magento = 0.48, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 43 | 8 | - |
| CMYK | 0 | 0.48 | 0.90 | 0.67 |
| HSL | 28º | 0.82% | 0.18% | - |
| HSV(B) | 28º | 0.9% | 0.33% | - |
| XYZ | 4.47 | 3.58 | 0.69 | - |
| YUV | 50.97 | 103.75 | 150.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 43 | 8 | 0 | 0.48 | 0.90 | 0.67 | 28 | 0.82 | 0.18 |
| Hex | 53 | 2B | 8 | 0 | 30 | 5A | 43 | 1C | 52 | 12 |
| Octal | 123 | 53 | 10 | 0 | 60 | 132 | 103 | 34 | 122 | 22 |
| Binary | 1010011 | 101011 | 1000 | 0 | 110000 | 1011010 | 1000011 | 11100 | 1010010 | 10010 |
Color Harmonies of #532B08
Complementary color
Monochromatic Colors of #532B08
Black with #532B08
Text Example
Text Example
White with #532B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #532B08; }
p { color: rgb(83,43,8); }
H1.HeaderClassName
{
color: #532B08;
}
.AnyTagClassName
{
color: #532B08;
}
</style>
background-color css
<style>
a { background-color: #532B08; }
a { background-color: rgb(83,43,8); }
div.DivClassName
{
background-color: #532B08;
}
.BgClassName
{
background-color: #532B08;
}
</style>
border-color css
<style>
span { border-color: #532B08; }
span { border-color: rgb(83,43,8); }
td.TdClassName
{
border-color: #532B08;
}
.TagClassName
{
border-color: #532B08;
}
</style>