Shades of Baker's Chocolate #52390F
Tints of Baker's Chocolate #52390F
RGB
CMYK
RGB Variations
Color information
#52390F (or 0x52390F) is known color: Baker's Chocolate. HEX triplet: 52, 39 and 0F. RGB value is (82,57,15). Sum of RGB (Red+Green+Blue) = 82+57+15=154 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.25% from 154); Green value is 57 (22.66% from 255 or 37.01% from 154); Blue value is 15 (6.25% from 255 or 9.74% from 154); Max value from RGB is 82 - color contains mainly: red. Hex color #52390F is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52390F is #ADC6F0. Grayscale: #3B3B3B. Windows color (decimal): -11388657 or 997714. OLE color: 997714.
HSL color Cylindrical-coordinate representation of color #52390F: hue angle of 37.61º degrees, saturation: 0.69, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #52390F is Cyan = 0, Magento = 0.30, Yellow = 0.82 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 57 | 15 | - |
| CMYK | 0 | 0.30 | 0.82 | 0.68 |
| HSL | 37.61º | 0.69% | 0.19% | - |
| HSV(B) | 37.61º | 0.82% | 0.32% | - |
| XYZ | 5.03 | 4.75 | 1.1 | - |
| YUV | 59.69 | 102.78 | 143.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 57 | 15 | 0 | 0.30 | 0.82 | 0.68 | 37.61 | 0.69 | 0.19 |
| Hex | 52 | 39 | F | 0 | 1E | 52 | 44 | 26 | 45 | 13 |
| Octal | 122 | 71 | 17 | 0 | 36 | 122 | 104 | 46 | 105 | 23 |
| Binary | 1010010 | 111001 | 1111 | 0 | 11110 | 1010010 | 1000100 | 100110 | 1000101 | 10011 |
Color Harmonies of #52390F
Complementary color
Monochromatic Colors of #52390F
Black with #52390F
Text Example
Text Example
White with #52390F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52390F; }
p { color: rgb(82,57,15); }
H1.HeaderClassName
{
color: #52390F;
}
.AnyTagClassName
{
color: #52390F;
}
</style>
background-color css
<style>
a { background-color: #52390F; }
a { background-color: rgb(82,57,15); }
div.DivClassName
{
background-color: #52390F;
}
.BgClassName
{
background-color: #52390F;
}
</style>
border-color css
<style>
span { border-color: #52390F; }
span { border-color: rgb(82,57,15); }
td.TdClassName
{
border-color: #52390F;
}
.TagClassName
{
border-color: #52390F;
}
</style>