Shades of Baker's Chocolate #531F0A
Tints of Baker's Chocolate #531F0A
RGB
CMYK
RGB Variations
Color information
#531F0A (or 0x531F0A) is known color: Baker's Chocolate. HEX triplet: 53, 1F and 0A. RGB value is (83,31,10). Sum of RGB (Red+Green+Blue) = 83+31+10=124 (16% of max value = 765). Red value is 83 (32.81% from 255 or 66.94% from 124); Green value is 31 (12.5% from 255 or 25% from 124); Blue value is 10 (4.30% from 255 or 8.06% from 124); Max value from RGB is 83 - color contains mainly: red. Hex color #531F0A is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531F0A is #ACE0F5. Grayscale: #2C2C2C. Windows color (decimal): -11329782 or 663379. OLE color: 663379.
HSL color Cylindrical-coordinate representation of color #531F0A: hue angle of 17.26º degrees, saturation: 0.78, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #531F0A is Cyan = 0, Magento = 0.63, Yellow = 0.88 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 31 | 10 | - |
| CMYK | 0 | 0.63 | 0.88 | 0.67 |
| HSL | 17.26º | 0.78% | 0.18% | - |
| HSV(B) | 17.26º | 0.88% | 0.33% | - |
| XYZ | 4.11 | 2.84 | 0.62 | - |
| YUV | 44.15 | 108.73 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 31 | 10 | 0 | 0.63 | 0.88 | 0.67 | 17.26 | 0.78 | 0.18 |
| Hex | 53 | 1F | A | 0 | 3F | 58 | 43 | 11 | 4E | 12 |
| Octal | 123 | 37 | 12 | 0 | 77 | 130 | 103 | 21 | 116 | 22 |
| Binary | 1010011 | 11111 | 1010 | 0 | 111111 | 1011000 | 1000011 | 10001 | 1001110 | 10010 |
Color Harmonies of #531F0A
Complementary color
Monochromatic Colors of #531F0A
Black with #531F0A
Text Example
Text Example
White with #531F0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531F0A; }
p { color: rgb(83,31,10); }
H1.HeaderClassName
{
color: #531F0A;
}
.AnyTagClassName
{
color: #531F0A;
}
</style>
background-color css
<style>
a { background-color: #531F0A; }
a { background-color: rgb(83,31,10); }
div.DivClassName
{
background-color: #531F0A;
}
.BgClassName
{
background-color: #531F0A;
}
</style>
border-color css
<style>
span { border-color: #531F0A; }
span { border-color: rgb(83,31,10); }
td.TdClassName
{
border-color: #531F0A;
}
.TagClassName
{
border-color: #531F0A;
}
</style>