Shades of Baker's Chocolate #5A2500
Tints of Baker's Chocolate #5A2500
RGB
CMYK
RGB Variations
Color information
#5A2500 (or 0x5A2500) is known color: Baker's Chocolate. HEX triplet: 5A, 25 and 00. RGB value is (90,37,0). Sum of RGB (Red+Green+Blue) = 90+37+0=127 (16% of max value = 765). Red value is 90 (35.55% from 255 or 70.87% from 127); Green value is 37 (14.84% from 255 or 29.13% from 127); Blue value is 0 (0.39% from 255 or 0% from 127); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2500 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2500 is #A5DAFF. Grayscale: #303030. Windows color (decimal): -10869504 or 9562. OLE color: 9562.
HSL color Cylindrical-coordinate representation of color #5A2500: hue angle of 24.67º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A2500 is Cyan = 0, Magento = 0.59, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 37 | 0 | - |
| CMYK | 0 | 0.59 | 1 | 0.65 |
| HSL | 24.67º | 1% | 0.18% | - |
| HSV(B) | 24.67º | 1% | 0.35% | - |
| XYZ | 4.88 | 3.5 | 0.42 | - |
| YUV | 48.63 | 100.56 | 157.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 37 | 0 | 0 | 0.59 | 1 | 0.65 | 24.67 | 1 | 0.18 |
| Hex | 5A | 25 | 0 | 0 | 3B | 64 | 41 | 19 | 64 | 12 |
| Octal | 132 | 45 | 0 | 0 | 73 | 144 | 101 | 31 | 144 | 22 |
| Binary | 1011010 | 100101 | 0 | 0 | 111011 | 1100100 | 1000001 | 11001 | 1100100 | 10010 |
Color Harmonies of #5A2500
Complementary color
Monochromatic Colors of #5A2500
Black with #5A2500
Text Example
Text Example
White with #5A2500
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2500; }
p { color: rgb(90,37,0); }
H1.HeaderClassName
{
color: #5A2500;
}
.AnyTagClassName
{
color: #5A2500;
}
</style>
background-color css
<style>
a { background-color: #5A2500; }
a { background-color: rgb(90,37,0); }
div.DivClassName
{
background-color: #5A2500;
}
.BgClassName
{
background-color: #5A2500;
}
</style>
border-color css
<style>
span { border-color: #5A2500; }
span { border-color: rgb(90,37,0); }
td.TdClassName
{
border-color: #5A2500;
}
.TagClassName
{
border-color: #5A2500;
}
</style>