Shades of Baker's Chocolate #52380E
Tints of Baker's Chocolate #52380E
RGB
CMYK
RGB Variations
Color information
#52380E (or 0x52380E) is known color: Baker's Chocolate. HEX triplet: 52, 38 and 0E. RGB value is (82,56,14). Sum of RGB (Red+Green+Blue) = 82+56+14=152 (20% of max value = 765). Red value is 82 (32.42% from 255 or 53.95% from 152); Green value is 56 (22.27% from 255 or 36.84% from 152); Blue value is 14 (5.86% from 255 or 9.21% from 152); Max value from RGB is 82 - color contains mainly: red. Hex color #52380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #52380E is #ADC7F1. Grayscale: #3B3B3B. Windows color (decimal): -11388914 or 931922. OLE color: 931922.
HSL color Cylindrical-coordinate representation of color #52380E: hue angle of 37.06º degrees, saturation: 0.71, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #52380E is Cyan = 0, Magento = 0.32, Yellow = 0.83 and Black (K on CMYK) = 0.68.
Color convert
| RGB | 82 | 56 | 14 | - |
| CMYK | 0 | 0.32 | 0.83 | 0.68 |
| HSL | 37.06º | 0.71% | 0.19% | - |
| HSV(B) | 37.06º | 0.83% | 0.32% | - |
| XYZ | 4.97 | 4.65 | 1.05 | - |
| YUV | 58.99 | 102.61 | 144.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 82 | 56 | 14 | 0 | 0.32 | 0.83 | 0.68 | 37.06 | 0.71 | 0.19 |
| Hex | 52 | 38 | E | 0 | 20 | 53 | 44 | 25 | 47 | 13 |
| Octal | 122 | 70 | 16 | 0 | 40 | 123 | 104 | 45 | 107 | 23 |
| Binary | 1010010 | 111000 | 1110 | 0 | 100000 | 1010011 | 1000100 | 100101 | 1000111 | 10011 |
Color Harmonies of #52380E
Complementary color
Monochromatic Colors of #52380E
Black with #52380E
Text Example
Text Example
White with #52380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #52380E; }
p { color: rgb(82,56,14); }
H1.HeaderClassName
{
color: #52380E;
}
.AnyTagClassName
{
color: #52380E;
}
</style>
background-color css
<style>
a { background-color: #52380E; }
a { background-color: rgb(82,56,14); }
div.DivClassName
{
background-color: #52380E;
}
.BgClassName
{
background-color: #52380E;
}
</style>
border-color css
<style>
span { border-color: #52380E; }
span { border-color: rgb(82,56,14); }
td.TdClassName
{
border-color: #52380E;
}
.TagClassName
{
border-color: #52380E;
}
</style>