Shades of Baker's Chocolate #583917
Tints of Baker's Chocolate #583917
RGB
CMYK
RGB Variations
Color information
#583917 (or 0x583917) is known color: Baker's Chocolate. HEX triplet: 58, 39 and 17. RGB value is (88,57,23). Sum of RGB (Red+Green+Blue) = 88+57+23=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 57 (22.66% from 255 or 33.93% from 168); Blue value is 23 (9.38% from 255 or 13.69% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #583917 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583917 is #A7C6E8. Grayscale: #3E3E3E. Windows color (decimal): -10995433 or 1522008. OLE color: 1522008.
HSL color Cylindrical-coordinate representation of color #583917: hue angle of 31.38º degrees, saturation: 0.59, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #583917 is Cyan = 0, Magento = 0.35, Yellow = 0.74 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 57 | 23 | - |
| CMYK | 0 | 0.35 | 0.74 | 0.65 |
| HSL | 31.38º | 0.59% | 0.22% | - |
| HSV(B) | 31.38º | 0.74% | 0.35% | - |
| XYZ | 5.64 | 5.06 | 1.49 | - |
| YUV | 62.39 | 105.77 | 146.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 57 | 23 | 0 | 0.35 | 0.74 | 0.65 | 31.38 | 0.59 | 0.22 |
| Hex | 58 | 39 | 17 | 0 | 23 | 4A | 41 | 1F | 3B | 16 |
| Octal | 130 | 71 | 27 | 0 | 43 | 112 | 101 | 37 | 73 | 26 |
| Binary | 1011000 | 111001 | 10111 | 0 | 100011 | 1001010 | 1000001 | 11111 | 111011 | 10110 |
Color Harmonies of #583917
Complementary color
Monochromatic Colors of #583917
Black with #583917
Text Example
Text Example
White with #583917
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583917; }
p { color: rgb(88,57,23); }
H1.HeaderClassName
{
color: #583917;
}
.AnyTagClassName
{
color: #583917;
}
</style>
background-color css
<style>
a { background-color: #583917; }
a { background-color: rgb(88,57,23); }
div.DivClassName
{
background-color: #583917;
}
.BgClassName
{
background-color: #583917;
}
</style>
border-color css
<style>
span { border-color: #583917; }
span { border-color: rgb(88,57,23); }
td.TdClassName
{
border-color: #583917;
}
.TagClassName
{
border-color: #583917;
}
</style>