Shades of Baker's Chocolate #502300
Tints of Baker's Chocolate #502300
RGB
CMYK
RGB Variations
Color information
#502300 (or 0x502300) is known color: Baker's Chocolate. HEX triplet: 50, 23 and 00. RGB value is (80,35,0). Sum of RGB (Red+Green+Blue) = 80+35+0=115 (15% of max value = 765). Red value is 80 (31.64% from 255 or 69.57% from 115); Green value is 35 (14.06% from 255 or 30.43% from 115); Blue value is 0 (0.39% from 255 or 0% from 115); Max value from RGB is 80 - color contains mainly: red. Hex color #502300 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #502300 is #AFDCFF. Grayscale: #2C2C2C. Windows color (decimal): -11525376 or 9040. OLE color: 9040.
HSL color Cylindrical-coordinate representation of color #502300: hue angle of 26.25º degrees, saturation: 1, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 1%. Process color model (Four color, CMYK) of #502300 is Cyan = 0, Magento = 0.56, Yellow = 1 and Black (K on CMYK) = 0.69.
Color convert
| RGB | 80 | 35 | 0 | - |
| CMYK | 0 | 0.56 | 1 | 0.69 |
| HSL | 26.25º | 1% | 0.16% | - |
| HSV(B) | 26.25º | 1% | 0.31% | - |
| XYZ | 3.91 | 2.91 | 0.36 | - |
| YUV | 44.47 | 102.91 | 153.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 35 | 0 | 0 | 0.56 | 1 | 0.69 | 26.25 | 1 | 0.16 |
| Hex | 50 | 23 | 0 | 0 | 38 | 64 | 45 | 1A | 64 | 10 |
| Octal | 120 | 43 | 0 | 0 | 70 | 144 | 105 | 32 | 144 | 20 |
| Binary | 1010000 | 100011 | 0 | 0 | 111000 | 1100100 | 1000101 | 11010 | 1100100 | 10000 |
Color Harmonies of #502300
Complementary color
Monochromatic Colors of #502300
Black with #502300
Text Example
Text Example
White with #502300
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #502300; }
p { color: rgb(80,35,0); }
H1.HeaderClassName
{
color: #502300;
}
.AnyTagClassName
{
color: #502300;
}
</style>
background-color css
<style>
a { background-color: #502300; }
a { background-color: rgb(80,35,0); }
div.DivClassName
{
background-color: #502300;
}
.BgClassName
{
background-color: #502300;
}
</style>
border-color css
<style>
span { border-color: #502300; }
span { border-color: rgb(80,35,0); }
td.TdClassName
{
border-color: #502300;
}
.TagClassName
{
border-color: #502300;
}
</style>