Shades of Baker's Chocolate #582303
Tints of Baker's Chocolate #582303
RGB
CMYK
RGB Variations
Color information
#582303 (or 0x582303) is known color: Baker's Chocolate. HEX triplet: 58, 23 and 03. RGB value is (88,35,3). Sum of RGB (Red+Green+Blue) = 88+35+3=126 (16% of max value = 765). Red value is 88 (34.77% from 255 or 69.84% from 126); Green value is 35 (14.06% from 255 or 27.78% from 126); Blue value is 3 (1.56% from 255 or 2.38% from 126); Max value from RGB is 88 - color contains mainly: red. Hex color #582303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #582303 is #A7DCFC. Grayscale: #2F2F2F. Windows color (decimal): -11001085 or 205656. OLE color: 205656.
HSL color Cylindrical-coordinate representation of color #582303: hue angle of 22.59º degrees, saturation: 0.93, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #582303 is Cyan = 0, Magento = 0.60, Yellow = 0.97 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 35 | 3 | - |
| CMYK | 0 | 0.60 | 0.97 | 0.65 |
| HSL | 22.59º | 0.93% | 0.18% | - |
| HSV(B) | 22.59º | 0.97% | 0.35% | - |
| XYZ | 4.64 | 3.28 | 0.48 | - |
| YUV | 47.2 | 103.06 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 35 | 3 | 0 | 0.60 | 0.97 | 0.65 | 22.59 | 0.93 | 0.18 |
| Hex | 58 | 23 | 3 | 0 | 3C | 61 | 41 | 17 | 5D | 12 |
| Octal | 130 | 43 | 3 | 0 | 74 | 141 | 101 | 27 | 135 | 22 |
| Binary | 1011000 | 100011 | 11 | 0 | 111100 | 1100001 | 1000001 | 10111 | 1011101 | 10010 |
Color Harmonies of #582303
Complementary color
Monochromatic Colors of #582303
Black with #582303
Text Example
Text Example
White with #582303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #582303; }
p { color: rgb(88,35,3); }
H1.HeaderClassName
{
color: #582303;
}
.AnyTagClassName
{
color: #582303;
}
</style>
background-color css
<style>
a { background-color: #582303; }
a { background-color: rgb(88,35,3); }
div.DivClassName
{
background-color: #582303;
}
.BgClassName
{
background-color: #582303;
}
</style>
border-color css
<style>
span { border-color: #582303; }
span { border-color: rgb(88,35,3); }
td.TdClassName
{
border-color: #582303;
}
.TagClassName
{
border-color: #582303;
}
</style>