Shades of Baker's Chocolate #531E08
Tints of Baker's Chocolate #531E08
RGB
CMYK
RGB Variations
Color information
#531E08 (or 0x531E08) is known color: Baker's Chocolate. HEX triplet: 53, 1E and 08. RGB value is (83,30,8). Sum of RGB (Red+Green+Blue) = 83+30+8=121 (16% of max value = 765). Red value is 83 (32.81% from 255 or 68.60% from 121); Green value is 30 (12.11% from 255 or 24.79% from 121); Blue value is 8 (3.52% from 255 or 6.61% from 121); Max value from RGB is 83 - color contains mainly: red. Hex color #531E08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531E08 is #ACE1F7. Grayscale: #2B2B2B. Windows color (decimal): -11330040 or 532051. OLE color: 532051.
HSL color Cylindrical-coordinate representation of color #531E08: hue angle of 17.6º 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 #531E08 is Cyan = 0, Magento = 0.64, Yellow = 0.90 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 30 | 8 | - |
| CMYK | 0 | 0.64 | 0.90 | 0.67 |
| HSL | 17.6º | 0.82% | 0.18% | - |
| HSV(B) | 17.6º | 0.9% | 0.33% | - |
| XYZ | 4.08 | 2.79 | 0.55 | - |
| YUV | 43.34 | 108.06 | 156.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 30 | 8 | 0 | 0.64 | 0.90 | 0.67 | 17.6 | 0.82 | 0.18 |
| Hex | 53 | 1E | 8 | 0 | 40 | 5A | 43 | 12 | 52 | 12 |
| Octal | 123 | 36 | 10 | 0 | 100 | 132 | 103 | 22 | 122 | 22 |
| Binary | 1010011 | 11110 | 1000 | 0 | 1000000 | 1011010 | 1000011 | 10010 | 1010010 | 10010 |
Color Harmonies of #531E08
Complementary color
Monochromatic Colors of #531E08
Black with #531E08
Text Example
Text Example
White with #531E08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531E08; }
p { color: rgb(83,30,8); }
H1.HeaderClassName
{
color: #531E08;
}
.AnyTagClassName
{
color: #531E08;
}
</style>
background-color css
<style>
a { background-color: #531E08; }
a { background-color: rgb(83,30,8); }
div.DivClassName
{
background-color: #531E08;
}
.BgClassName
{
background-color: #531E08;
}
</style>
border-color css
<style>
span { border-color: #531E08; }
span { border-color: rgb(83,30,8); }
td.TdClassName
{
border-color: #531E08;
}
.TagClassName
{
border-color: #531E08;
}
</style>