Shades of Baker's Chocolate #733103
Tints of Baker's Chocolate #733103
RGB
CMYK
RGB Variations
Color information
#733103 (or 0x733103) is known color: Baker's Chocolate. HEX triplet: 73, 31 and 03. RGB value is (115,49,3). Sum of RGB (Red+Green+Blue) = 115+49+3=167 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.86% from 167); Green value is 49 (19.53% from 255 or 29.34% from 167); Blue value is 3 (1.56% from 255 or 1.80% from 167); Max value from RGB is 115 - color contains mainly: red. Hex color #733103 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733103 is #8CCEFC. Grayscale: #3F3F3F. Windows color (decimal): -9228029 or 209267. OLE color: 209267.
HSL color Cylindrical-coordinate representation of color #733103: hue angle of 24.64º degrees, saturation: 0.95, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #733103 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 49 | 3 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.55 |
| HSL | 24.64º | 0.95% | 0.23% | - |
| HSV(B) | 24.64º | 0.97% | 0.45% | - |
| XYZ | 8.18 | 5.85 | 0.78 | - |
| YUV | 63.49 | 93.87 | 164.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 49 | 3 | 0 | 0.57 | 0.97 | 0.55 | 24.64 | 0.95 | 0.23 |
| Hex | 73 | 31 | 3 | 0 | 39 | 61 | 37 | 19 | 5F | 17 |
| Octal | 163 | 61 | 3 | 0 | 71 | 141 | 67 | 31 | 137 | 27 |
| Binary | 1110011 | 110001 | 11 | 0 | 111001 | 1100001 | 110111 | 11001 | 1011111 | 10111 |
Color Harmonies of #733103
Complementary color
Monochromatic Colors of #733103
Black with #733103
Text Example
Text Example
White with #733103
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733103; }
p { color: rgb(115,49,3); }
H1.HeaderClassName
{
color: #733103;
}
.AnyTagClassName
{
color: #733103;
}
</style>
background-color css
<style>
a { background-color: #733103; }
a { background-color: rgb(115,49,3); }
div.DivClassName
{
background-color: #733103;
}
.BgClassName
{
background-color: #733103;
}
</style>
border-color css
<style>
span { border-color: #733103; }
span { border-color: rgb(115,49,3); }
td.TdClassName
{
border-color: #733103;
}
.TagClassName
{
border-color: #733103;
}
</style>