Shades of Baker's Chocolate #583A08
Tints of Baker's Chocolate #583A08
RGB
CMYK
RGB Variations
Color information
#583A08 (or 0x583A08) is known color: Baker's Chocolate. HEX triplet: 58, 3A and 08. RGB value is (88,58,8). Sum of RGB (Red+Green+Blue) = 88+58+8=154 (20% of max value = 765). Red value is 88 (34.77% from 255 or 57.14% from 154); Green value is 58 (23.05% from 255 or 37.66% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 88 - color contains mainly: red. Hex color #583A08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583A08 is #A7C5F7. Grayscale: #3D3D3D. Windows color (decimal): -10995192 or 539224. OLE color: 539224.
HSL color Cylindrical-coordinate representation of color #583A08: hue angle of 37.5º degrees, saturation: 0.83, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #583A08 is Cyan = 0, Magento = 0.34, Yellow = 0.91 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 58 | 8 | - |
| CMYK | 0 | 0.34 | 0.91 | 0.65 |
| HSL | 37.5º | 0.83% | 0.19% | - |
| HSV(B) | 37.5º | 0.91% | 0.35% | - |
| XYZ | 5.58 | 5.12 | 0.92 | - |
| YUV | 61.27 | 97.94 | 147.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 58 | 8 | 0 | 0.34 | 0.91 | 0.65 | 37.5 | 0.83 | 0.19 |
| Hex | 58 | 3A | 8 | 0 | 22 | 5B | 41 | 26 | 53 | 13 |
| Octal | 130 | 72 | 10 | 0 | 42 | 133 | 101 | 46 | 123 | 23 |
| Binary | 1011000 | 111010 | 1000 | 0 | 100010 | 1011011 | 1000001 | 100110 | 1010011 | 10011 |
Color Harmonies of #583A08
Complementary color
Monochromatic Colors of #583A08
Black with #583A08
Text Example
Text Example
White with #583A08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583A08; }
p { color: rgb(88,58,8); }
H1.HeaderClassName
{
color: #583A08;
}
.AnyTagClassName
{
color: #583A08;
}
</style>
background-color css
<style>
a { background-color: #583A08; }
a { background-color: rgb(88,58,8); }
div.DivClassName
{
background-color: #583A08;
}
.BgClassName
{
background-color: #583A08;
}
</style>
border-color css
<style>
span { border-color: #583A08; }
span { border-color: rgb(88,58,8); }
td.TdClassName
{
border-color: #583A08;
}
.TagClassName
{
border-color: #583A08;
}
</style>