Shades of Baker's Chocolate #583C02
Tints of Baker's Chocolate #583C02
RGB
CMYK
RGB Variations
Color information
#583C02 (or 0x583C02) is known color: Baker's Chocolate. HEX triplet: 58, 3C and 02. RGB value is (88,60,2). Sum of RGB (Red+Green+Blue) = 88+60+2=150 (19% of max value = 765). Red value is 88 (34.77% from 255 or 58.67% from 150); Green value is 60 (23.83% from 255 or 40% from 150); Blue value is 2 (1.17% from 255 or 1.33% from 150); Max value from RGB is 88 - color contains mainly: red. Hex color #583C02 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #583C02 is #A7C3FD. Grayscale: #3E3E3E. Windows color (decimal): -10994686 or 146520. OLE color: 146520.
HSL color Cylindrical-coordinate representation of color #583C02: hue angle of 40.47º degrees, saturation: 0.96, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #583C02 is Cyan = 0, Magento = 0.32, Yellow = 0.98 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 88 | 60 | 2 | - |
| CMYK | 0 | 0.32 | 0.98 | 0.65 |
| HSL | 40.47º | 0.96% | 0.18% | - |
| HSV(B) | 40.47º | 0.98% | 0.35% | - |
| XYZ | 5.65 | 5.31 | 0.78 | - |
| YUV | 61.76 | 94.28 | 146.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 88 | 60 | 2 | 0 | 0.32 | 0.98 | 0.65 | 40.47 | 0.96 | 0.18 |
| Hex | 58 | 3C | 2 | 0 | 20 | 62 | 41 | 28 | 60 | 12 |
| Octal | 130 | 74 | 2 | 0 | 40 | 142 | 101 | 50 | 140 | 22 |
| Binary | 1011000 | 111100 | 10 | 0 | 100000 | 1100010 | 1000001 | 101000 | 1100000 | 10010 |
Color Harmonies of #583C02
Complementary color
Monochromatic Colors of #583C02
Black with #583C02
Text Example
Text Example
White with #583C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #583C02; }
p { color: rgb(88,60,2); }
H1.HeaderClassName
{
color: #583C02;
}
.AnyTagClassName
{
color: #583C02;
}
</style>
background-color css
<style>
a { background-color: #583C02; }
a { background-color: rgb(88,60,2); }
div.DivClassName
{
background-color: #583C02;
}
.BgClassName
{
background-color: #583C02;
}
</style>
border-color css
<style>
span { border-color: #583C02; }
span { border-color: rgb(88,60,2); }
td.TdClassName
{
border-color: #583C02;
}
.TagClassName
{
border-color: #583C02;
}
</style>