Shades of Baker's Chocolate #523708
Tints of Baker's Chocolate #523708
RGB
CMYK
RGB Variations
Color information
#523708 (or 0x523708) is known color: Baker's Chocolate. HEX triplet: 52, 37 and 08. RGB value is (82,55,8). Sum of RGB (Red+Green+Blue) = 82+55+8=145 (19% of max value = 765). Red value is 82 (32.42% from 255 or 56.55% from 145); Green value is 55 (21.88% from 255 or 37.93% from 145); Blue value is 8 (3.52% from 255 or 5.52% from 145); Max value from RGB is 82 - color contains mainly: red. Hex color #523708 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #523708 is #ADC8F7. Grayscale: #393939. Windows color (decimal): -11389176 or 538450. OLE color: 538450.
HSL color Cylindrical-coordinate representation of color #523708: hue angle of 38.11º degrees, saturation: 0.82, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #523708 is Cyan = 0, Magento = 0.33, Yellow = 0.90 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 55 | 8 | - |
| CMYK | 0 | 0.33 | 0.90 | 0.68 |
| HSL | 38.11º | 0.82% | 0.18% | - |
| HSV(B) | 38.11º | 0.9% | 0.32% | - |
| XYZ | 4.89 | 4.54 | 0.85 | - |
| YUV | 57.72 | 99.95 | 145.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 55 | 8 | 0 | 0.33 | 0.90 | 0.68 | 38.11 | 0.82 | 0.18 |
| Hex | 52 | 37 | 8 | 0 | 21 | 5A | 44 | 26 | 52 | 12 |
| Octal | 122 | 67 | 10 | 0 | 41 | 132 | 104 | 46 | 122 | 22 |
| Binary | 1010010 | 110111 | 1000 | 0 | 100001 | 1011010 | 1000100 | 100110 | 1010010 | 10010 |
Color Harmonies of #523708
Complementary color
Monochromatic Colors of #523708
Black with #523708
Text Example
Text Example
White with #523708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #523708; }
p { color: rgb(82,55,8); }
H1.HeaderClassName
{
color: #523708;
}
.AnyTagClassName
{
color: #523708;
}
</style>
background-color css
<style>
a { background-color: #523708; }
a { background-color: rgb(82,55,8); }
div.DivClassName
{
background-color: #523708;
}
.BgClassName
{
background-color: #523708;
}
</style>
border-color css
<style>
span { border-color: #523708; }
span { border-color: rgb(82,55,8); }
td.TdClassName
{
border-color: #523708;
}
.TagClassName
{
border-color: #523708;
}
</style>