Shades of Baker's Chocolate #5A2502
Tints of Baker's Chocolate #5A2502
RGB
CMYK
RGB Variations
Color information
#5A2502 (or 0x5A2502) is known color: Baker's Chocolate. HEX triplet: 5A, 25 and 02. RGB value is (90,37,2). Sum of RGB (Red+Green+Blue) = 90+37+2=129 (17% of max value = 765). Red value is 90 (35.55% from 255 or 69.77% from 129); Green value is 37 (14.84% from 255 or 28.68% from 129); Blue value is 2 (1.17% from 255 or 1.55% from 129); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2502 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2502 is #A5DAFD. Grayscale: #313131. Windows color (decimal): -10869502 or 140634. OLE color: 140634.
HSL color Cylindrical-coordinate representation of color #5A2502: hue angle of 23.86º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5A2502 is Cyan = 0, Magento = 0.59, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 37 | 2 | - |
| CMYK | 0 | 0.59 | 0.98 | 0.65 |
| HSL | 23.86º | 0.96% | 0.18% | - |
| HSV(B) | 23.86º | 0.98% | 0.35% | - |
| XYZ | 4.89 | 3.5 | 0.48 | - |
| YUV | 48.86 | 101.56 | 157.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 37 | 2 | 0 | 0.59 | 0.98 | 0.65 | 23.86 | 0.96 | 0.18 |
| Hex | 5A | 25 | 2 | 0 | 3B | 62 | 41 | 18 | 60 | 12 |
| Octal | 132 | 45 | 2 | 0 | 73 | 142 | 101 | 30 | 140 | 22 |
| Binary | 1011010 | 100101 | 10 | 0 | 111011 | 1100010 | 1000001 | 11000 | 1100000 | 10010 |
Color Harmonies of #5A2502
Complementary color
Monochromatic Colors of #5A2502
Black with #5A2502
Text Example
Text Example
White with #5A2502
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2502; }
p { color: rgb(90,37,2); }
H1.HeaderClassName
{
color: #5A2502;
}
.AnyTagClassName
{
color: #5A2502;
}
</style>
background-color css
<style>
a { background-color: #5A2502; }
a { background-color: rgb(90,37,2); }
div.DivClassName
{
background-color: #5A2502;
}
.BgClassName
{
background-color: #5A2502;
}
</style>
border-color css
<style>
span { border-color: #5A2502; }
span { border-color: rgb(90,37,2); }
td.TdClassName
{
border-color: #5A2502;
}
.TagClassName
{
border-color: #5A2502;
}
</style>