Shades of Baker's Chocolate #583C00
Tints of Baker's Chocolate #583C00
RGB
CMYK
RGB Variations
Color information
#583C00 (or 0x583C00) is known color: Baker's Chocolate. HEX triplet: 58, 3C and 00. RGB value is (88,60,0). Sum of RGB (Red+Green+Blue) = 88+60+0=148 (19% of max value = 765). Red value is 88 (34.77% from 255 or 59.46% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 0 (0.39% from 255 or 0% from 148); Max value from RGB is 88 - color contains mainly: red. Hex color #583C00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583C00 is #A7C3FF. Grayscale: #3D3D3D. Windows color (decimal): -10994688 or 15448. OLE color: 15448.
HSL color Cylindrical-coordinate representation of color #583C00: hue angle of 40.91º degrees, saturation: 1, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 1%. Process color model (Four color, CMYK) of #583C00 is Cyan = 0, Magento = 0.32, Yellow = 1 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 60 | 0 | - |
| CMYK | 0 | 0.32 | 1 | 0.65 |
| HSL | 40.91º | 1% | 0.17% | - |
| HSV(B) | 40.91º | 1% | 0.35% | - |
| XYZ | 5.64 | 5.31 | 0.73 | - |
| YUV | 61.53 | 93.28 | 146.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 0 | 0 | 0.32 | 1 | 0.65 | 40.91 | 1 | 0.17 |
| Hex | 58 | 3C | 0 | 0 | 20 | 64 | 41 | 29 | 64 | 11 |
| Octal | 130 | 74 | 0 | 0 | 40 | 144 | 101 | 51 | 144 | 21 |
| Binary | 1011000 | 111100 | 0 | 0 | 100000 | 1100100 | 1000001 | 101001 | 1100100 | 10001 |
Color Harmonies of #583C00
Complementary color
Monochromatic Colors of #583C00
Black with #583C00
Text Example
Text Example
White with #583C00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583C00; }
p { color: rgb(88,60,0); }
H1.HeaderClassName
{
color: #583C00;
}
.AnyTagClassName
{
color: #583C00;
}
</style>
background-color css
<style>
a { background-color: #583C00; }
a { background-color: rgb(88,60,0); }
div.DivClassName
{
background-color: #583C00;
}
.BgClassName
{
background-color: #583C00;
}
</style>
border-color css
<style>
span { border-color: #583C00; }
span { border-color: rgb(88,60,0); }
td.TdClassName
{
border-color: #583C00;
}
.TagClassName
{
border-color: #583C00;
}
</style>