Shades of Baker's Chocolate #72260B
Tints of Baker's Chocolate #72260B
RGB
CMYK
RGB Variations
Color information
#72260B (or 0x72260B) is known color: Baker's Chocolate. HEX triplet: 72, 26 and 0B. RGB value is (114,38,11). Sum of RGB (Red+Green+Blue) = 114+38+11=163 (21% of max value = 765). Red value is 114 (44.92% from 255 or 69.94% from 163); Green value is 38 (15.23% from 255 or 23.31% from 163); Blue value is 11 (4.69% from 255 or 6.75% from 163); Max value from RGB is 114 - color contains mainly: red. Hex color #72260B is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #72260B is #8DD9F4. Grayscale: #393939. Windows color (decimal): -9296373 or 730738. OLE color: 730738.
HSL color Cylindrical-coordinate representation of color #72260B: hue angle of 15.73º degrees, saturation: 0.82, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #72260B is Cyan = 0, Magento = 0.67, Yellow = 0.90 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 114 | 38 | 11 | - |
| CMYK | 0 | 0.67 | 0.90 | 0.55 |
| HSL | 15.73º | 0.82% | 0.25% | - |
| HSV(B) | 15.73º | 0.9% | 0.45% | - |
| XYZ | 7.69 | 4.99 | 0.87 | - |
| YUV | 57.65 | 101.68 | 168.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 114 | 38 | 11 | 0 | 0.67 | 0.90 | 0.55 | 15.73 | 0.82 | 0.25 |
| Hex | 72 | 26 | B | 0 | 43 | 5A | 37 | 10 | 52 | 19 |
| Octal | 162 | 46 | 13 | 0 | 103 | 132 | 67 | 20 | 122 | 31 |
| Binary | 1110010 | 100110 | 1011 | 0 | 1000011 | 1011010 | 110111 | 10000 | 1010010 | 11001 |
Color Harmonies of #72260B
Complementary color
Monochromatic Colors of #72260B
Black with #72260B
Text Example
Text Example
White with #72260B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #72260B; }
p { color: rgb(114,38,11); }
H1.HeaderClassName
{
color: #72260B;
}
.AnyTagClassName
{
color: #72260B;
}
</style>
background-color css
<style>
a { background-color: #72260B; }
a { background-color: rgb(114,38,11); }
div.DivClassName
{
background-color: #72260B;
}
.BgClassName
{
background-color: #72260B;
}
</style>
border-color css
<style>
span { border-color: #72260B; }
span { border-color: rgb(114,38,11); }
td.TdClassName
{
border-color: #72260B;
}
.TagClassName
{
border-color: #72260B;
}
</style>