Shades of Baker's Chocolate #5A230B
Tints of Baker's Chocolate #5A230B
RGB
CMYK
RGB Variations
Color information
#5A230B (or 0x5A230B) is known color: Baker's Chocolate. HEX triplet: 5A, 23 and 0B. RGB value is (90,35,11). Sum of RGB (Red+Green+Blue) = 90+35+11=136 (18% of max value = 765). Red value is 90 (35.55% from 255 or 66.18% from 136); Green value is 35 (14.06% from 255 or 25.74% from 136); Blue value is 11 (4.69% from 255 or 8.09% from 136); Max value from RGB is 90 - color contains mainly: red. Hex color #5A230B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #5A230B is #A5DCF4. Grayscale: #303030. Windows color (decimal): -10870005 or 729946. OLE color: 729946.
HSL color Cylindrical-coordinate representation of color #5A230B: hue angle of 18.23º degrees, saturation: 0.78, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5A230B is Cyan = 0, Magento = 0.61, Yellow = 0.88 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 90 | 35 | 11 | - |
| CMYK | 0 | 0.61 | 0.88 | 0.65 |
| HSL | 18.23º | 0.78% | 0.2% | - |
| HSV(B) | 18.23º | 0.88% | 0.35% | - |
| XYZ | 4.88 | 3.4 | 0.72 | - |
| YUV | 48.71 | 106.72 | 157.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 35 | 11 | 0 | 0.61 | 0.88 | 0.65 | 18.23 | 0.78 | 0.2 |
| Hex | 5A | 23 | B | 0 | 3D | 58 | 41 | 12 | 4E | 14 |
| Octal | 132 | 43 | 13 | 0 | 75 | 130 | 101 | 22 | 116 | 24 |
| Binary | 1011010 | 100011 | 1011 | 0 | 111101 | 1011000 | 1000001 | 10010 | 1001110 | 10100 |
Color Harmonies of #5A230B
Complementary color
Monochromatic Colors of #5A230B
Black with #5A230B
Text Example
Text Example
White with #5A230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5A230B; }
p { color: rgb(90,35,11); }
H1.HeaderClassName
{
color: #5A230B;
}
.AnyTagClassName
{
color: #5A230B;
}
</style>
background-color css
<style>
a { background-color: #5A230B; }
a { background-color: rgb(90,35,11); }
div.DivClassName
{
background-color: #5A230B;
}
.BgClassName
{
background-color: #5A230B;
}
</style>
border-color css
<style>
span { border-color: #5A230B; }
span { border-color: rgb(90,35,11); }
td.TdClassName
{
border-color: #5A230B;
}
.TagClassName
{
border-color: #5A230B;
}
</style>