Shades of Baker's Chocolate #5A2302
Tints of Baker's Chocolate #5A2302
RGB
CMYK
RGB Variations
Color information
#5A2302 (or 0x5A2302) is known color: Baker's Chocolate. HEX triplet: 5A, 23 and 02. RGB value is (90,35,2). Sum of RGB (Red+Green+Blue) = 90+35+2=127 (16% of max value = 765). Red value is 90 (35.55% from 255 or 70.87% from 127); Green value is 35 (14.06% from 255 or 27.56% from 127); Blue value is 2 (1.17% from 255 or 1.57% from 127); Max value from RGB is 90 - color contains mainly: red. Hex color #5A2302 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A2302 is #A5DCFD. Grayscale: #2F2F2F. Windows color (decimal): -10870014 or 140122. OLE color: 140122.
HSL color Cylindrical-coordinate representation of color #5A2302: hue angle of 22.5º 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 #5A2302 is Cyan = 0, Magento = 0.61, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 35 | 2 | - |
| CMYK | 0 | 0.61 | 0.98 | 0.65 |
| HSL | 22.5º | 0.96% | 0.18% | - |
| HSV(B) | 22.5º | 0.98% | 0.35% | - |
| XYZ | 4.83 | 3.38 | 0.46 | - |
| YUV | 47.68 | 102.22 | 158.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 35 | 2 | 0 | 0.61 | 0.98 | 0.65 | 22.5 | 0.96 | 0.18 |
| Hex | 5A | 23 | 2 | 0 | 3D | 62 | 41 | 16 | 60 | 12 |
| Octal | 132 | 43 | 2 | 0 | 75 | 142 | 101 | 26 | 140 | 22 |
| Binary | 1011010 | 100011 | 10 | 0 | 111101 | 1100010 | 1000001 | 10110 | 1100000 | 10010 |
Color Harmonies of #5A2302
Complementary color
Monochromatic Colors of #5A2302
Black with #5A2302
Text Example
Text Example
White with #5A2302
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A2302; }
p { color: rgb(90,35,2); }
H1.HeaderClassName
{
color: #5A2302;
}
.AnyTagClassName
{
color: #5A2302;
}
</style>
background-color css
<style>
a { background-color: #5A2302; }
a { background-color: rgb(90,35,2); }
div.DivClassName
{
background-color: #5A2302;
}
.BgClassName
{
background-color: #5A2302;
}
</style>
border-color css
<style>
span { border-color: #5A2302; }
span { border-color: rgb(90,35,2); }
td.TdClassName
{
border-color: #5A2302;
}
.TagClassName
{
border-color: #5A2302;
}
</style>