Shades of Baker's Chocolate #58381A
Tints of Baker's Chocolate #58381A
RGB
CMYK
RGB Variations
Color information
#58381A (or 0x58381A) is known color: Baker's Chocolate. HEX triplet: 58, 38 and 1A. RGB value is (88,56,26). Sum of RGB (Red+Green+Blue) = 88+56+26=170 (22% of max value = 765). Red value is 88 (34.77% from 255 or 51.76% from 170); Green value is 56 (22.27% from 255 or 32.94% from 170); Blue value is 26 (10.55% from 255 or 15.29% from 170); Max value from RGB is 88 - color contains mainly: red. Hex color #58381A is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #58381A is #A7C7E5. Grayscale: #3E3E3E. Windows color (decimal): -10995686 or 1718360. OLE color: 1718360.
HSL color Cylindrical-coordinate representation of color #58381A: hue angle of 29.03º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #58381A is Cyan = 0, Magento = 0.36, Yellow = 0.70 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 56 | 26 | - |
| CMYK | 0 | 0.36 | 0.70 | 0.65 |
| HSL | 29.03º | 0.54% | 0.22% | - |
| HSV(B) | 29.03º | 0.7% | 0.35% | - |
| XYZ | 5.63 | 4.98 | 1.64 | - |
| YUV | 62.15 | 107.6 | 146.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 56 | 26 | 0 | 0.36 | 0.70 | 0.65 | 29.03 | 0.54 | 0.22 |
| Hex | 58 | 38 | 1A | 0 | 24 | 46 | 41 | 1D | 36 | 16 |
| Octal | 130 | 70 | 32 | 0 | 44 | 106 | 101 | 35 | 66 | 26 |
| Binary | 1011000 | 111000 | 11010 | 0 | 100100 | 1000110 | 1000001 | 11101 | 110110 | 10110 |
Color Harmonies of #58381A
Complementary color
Monochromatic Colors of #58381A
Black with #58381A
Text Example
Text Example
White with #58381A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #58381A; }
p { color: rgb(88,56,26); }
H1.HeaderClassName
{
color: #58381A;
}
.AnyTagClassName
{
color: #58381A;
}
</style>
background-color css
<style>
a { background-color: #58381A; }
a { background-color: rgb(88,56,26); }
div.DivClassName
{
background-color: #58381A;
}
.BgClassName
{
background-color: #58381A;
}
</style>
border-color css
<style>
span { border-color: #58381A; }
span { border-color: rgb(88,56,26); }
td.TdClassName
{
border-color: #58381A;
}
.TagClassName
{
border-color: #58381A;
}
</style>