Shades of Baker's Chocolate #583818
Tints of Baker's Chocolate #583818
RGB
CMYK
RGB Variations
Color information
#583818 (or 0x583818) is known color: Baker's Chocolate. HEX triplet: 58, 38 and 18. RGB value is (88,56,24). Sum of RGB (Red+Green+Blue) = 88+56+24=168 (22% of max value = 765). Red value is 88 (34.77% from 255 or 52.38% from 168); Green value is 56 (22.27% from 255 or 33.33% from 168); Blue value is 24 (9.77% from 255 or 14.29% from 168); Max value from RGB is 88 - color contains mainly: red. Hex color #583818 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583818 is #A7C7E7. Grayscale: #3E3E3E. Windows color (decimal): -10995688 or 1587288. OLE color: 1587288.
HSL color Cylindrical-coordinate representation of color #583818: hue angle of 30º degrees, saturation: 0.57, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #583818 is Cyan = 0, Magento = 0.36, Yellow = 0.73 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 56 | 24 | - |
| CMYK | 0 | 0.36 | 0.73 | 0.65 |
| HSL | 30º | 0.57% | 0.22% | - |
| HSV(B) | 30º | 0.73% | 0.35% | - |
| XYZ | 5.6 | 4.97 | 1.53 | - |
| YUV | 61.92 | 106.6 | 146.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 56 | 24 | 0 | 0.36 | 0.73 | 0.65 | 30 | 0.57 | 0.22 |
| Hex | 58 | 38 | 18 | 0 | 24 | 49 | 41 | 1E | 39 | 16 |
| Octal | 130 | 70 | 30 | 0 | 44 | 111 | 101 | 36 | 71 | 26 |
| Binary | 1011000 | 111000 | 11000 | 0 | 100100 | 1001001 | 1000001 | 11110 | 111001 | 10110 |
Color Harmonies of #583818
Complementary color
Monochromatic Colors of #583818
Black with #583818
Text Example
Text Example
White with #583818
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583818; }
p { color: rgb(88,56,24); }
H1.HeaderClassName
{
color: #583818;
}
.AnyTagClassName
{
color: #583818;
}
</style>
background-color css
<style>
a { background-color: #583818; }
a { background-color: rgb(88,56,24); }
div.DivClassName
{
background-color: #583818;
}
.BgClassName
{
background-color: #583818;
}
</style>
border-color css
<style>
span { border-color: #583818; }
span { border-color: rgb(88,56,24); }
td.TdClassName
{
border-color: #583818;
}
.TagClassName
{
border-color: #583818;
}
</style>