Shades of Baker's Chocolate #583A0D
Tints of Baker's Chocolate #583A0D
RGB
CMYK
RGB Variations
Color information
#583A0D (or 0x583A0D) is known color: Baker's Chocolate. HEX triplet: 58, 3A and 0D. RGB value is (88,58,13). Sum of RGB (Red+Green+Blue) = 88+58+13=159 (21% of max value = 765). Red value is 88 (34.77% from 255 or 55.35% from 159); Green value is 58 (23.05% from 255 or 36.48% from 159); Blue value is 13 (5.47% from 255 or 8.18% from 159); Max value from RGB is 88 - color contains mainly: red. Hex color #583A0D is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583A0D is #A7C5F2. Grayscale: #3E3E3E. Windows color (decimal): -10995187 or 866904. OLE color: 866904.
HSL color Cylindrical-coordinate representation of color #583A0D: hue angle of 36º degrees, saturation: 0.74, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #583A0D is Cyan = 0, Magento = 0.34, Yellow = 0.85 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 58 | 13 | - |
| CMYK | 0 | 0.34 | 0.85 | 0.65 |
| HSL | 36º | 0.74% | 0.2% | - |
| HSV(B) | 36º | 0.85% | 0.35% | - |
| XYZ | 5.61 | 5.13 | 1.08 | - |
| YUV | 61.84 | 100.44 | 146.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 58 | 13 | 0 | 0.34 | 0.85 | 0.65 | 36 | 0.74 | 0.2 |
| Hex | 58 | 3A | D | 0 | 22 | 55 | 41 | 24 | 4A | 14 |
| Octal | 130 | 72 | 15 | 0 | 42 | 125 | 101 | 44 | 112 | 24 |
| Binary | 1011000 | 111010 | 1101 | 0 | 100010 | 1010101 | 1000001 | 100100 | 1001010 | 10100 |
Color Harmonies of #583A0D
Complementary color
Monochromatic Colors of #583A0D
Black with #583A0D
Text Example
Text Example
White with #583A0D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583A0D; }
p { color: rgb(88,58,13); }
H1.HeaderClassName
{
color: #583A0D;
}
.AnyTagClassName
{
color: #583A0D;
}
</style>
background-color css
<style>
a { background-color: #583A0D; }
a { background-color: rgb(88,58,13); }
div.DivClassName
{
background-color: #583A0D;
}
.BgClassName
{
background-color: #583A0D;
}
</style>
border-color css
<style>
span { border-color: #583A0D; }
span { border-color: rgb(88,58,13); }
td.TdClassName
{
border-color: #583A0D;
}
.TagClassName
{
border-color: #583A0D;
}
</style>