Shades of Baker's Chocolate #531B00
Tints of Baker's Chocolate #531B00
RGB
CMYK
RGB Variations
Color information
#531B00 (or 0x531B00) is known color: Baker's Chocolate. HEX triplet: 53, 1B and 00. RGB value is (83,27,0). Sum of RGB (Red+Green+Blue) = 83+27+0=110 (14% of max value = 765). Red value is 83 (32.81% from 255 or 75.45% from 110); Green value is 27 (10.94% from 255 or 24.55% from 110); Blue value is 0 (0.39% from 255 or 0% from 110); Max value from RGB is 83 - color contains mainly: red. Hex color #531B00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #531B00 is #ACE4FF. Grayscale: #282828. Windows color (decimal): -11330816 or 6995. OLE color: 6995.
HSL color Cylindrical-coordinate representation of color #531B00: hue angle of 19.52º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 1%. Process color model (Four color, CMYK) of #531B00 is Cyan = 0, Magento = 0.67, Yellow = 1 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 83 | 27 | 0 | - |
| CMYK | 0 | 0.67 | 1 | 0.67 |
| HSL | 19.52º | 1% | 0.16% | - |
| HSV(B) | 19.52º | 1% | 0.33% | - |
| XYZ | 3.96 | 2.62 | 0.3 | - |
| YUV | 40.67 | 105.05 | 158.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 83 | 27 | 0 | 0 | 0.67 | 1 | 0.67 | 19.52 | 1 | 0.16 |
| Hex | 53 | 1B | 0 | 0 | 43 | 64 | 43 | 14 | 64 | 10 |
| Octal | 123 | 33 | 0 | 0 | 103 | 144 | 103 | 24 | 144 | 20 |
| Binary | 1010011 | 11011 | 0 | 0 | 1000011 | 1100100 | 1000011 | 10100 | 1100100 | 10000 |
Color Harmonies of #531B00
Complementary color
Monochromatic Colors of #531B00
Black with #531B00
Text Example
Text Example
White with #531B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #531B00; }
p { color: rgb(83,27,0); }
H1.HeaderClassName
{
color: #531B00;
}
.AnyTagClassName
{
color: #531B00;
}
</style>
background-color css
<style>
a { background-color: #531B00; }
a { background-color: rgb(83,27,0); }
div.DivClassName
{
background-color: #531B00;
}
.BgClassName
{
background-color: #531B00;
}
</style>
border-color css
<style>
span { border-color: #531B00; }
span { border-color: rgb(83,27,0); }
td.TdClassName
{
border-color: #531B00;
}
.TagClassName
{
border-color: #531B00;
}
</style>