Shades of Baker's Chocolate #733203
Tints of Baker's Chocolate #733203
RGB
CMYK
RGB Variations
Color information
#733203 (or 0x733203) is known color: Baker's Chocolate. HEX triplet: 73, 32 and 03. RGB value is (115,50,3). Sum of RGB (Red+Green+Blue) = 115+50+3=168 (22% of max value = 765). Red value is 115 (45.31% from 255 or 68.45% from 168); Green value is 50 (19.92% from 255 or 29.76% from 168); Blue value is 3 (1.56% from 255 or 1.79% from 168); Max value from RGB is 115 - color contains mainly: red. Hex color #733203 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #733203 is #8CCDFC. Grayscale: #404040. Windows color (decimal): -9227773 or 209523. OLE color: 209523.
HSL color Cylindrical-coordinate representation of color #733203: hue angle of 25.18º 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 #733203 is Cyan = 0, Magento = 0.57, Yellow = 0.97 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 115 | 50 | 3 | - |
| CMYK | 0 | 0.57 | 0.97 | 0.55 |
| HSL | 25.18º | 0.95% | 0.23% | - |
| HSV(B) | 25.18º | 0.97% | 0.45% | - |
| XYZ | 8.23 | 5.93 | 0.8 | - |
| YUV | 64.08 | 93.53 | 164.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 115 | 50 | 3 | 0 | 0.57 | 0.97 | 0.55 | 25.18 | 0.95 | 0.23 |
| Hex | 73 | 32 | 3 | 0 | 39 | 61 | 37 | 19 | 5F | 17 |
| Octal | 163 | 62 | 3 | 0 | 71 | 141 | 67 | 31 | 137 | 27 |
| Binary | 1110011 | 110010 | 11 | 0 | 111001 | 1100001 | 110111 | 11001 | 1011111 | 10111 |
Color Harmonies of #733203
Complementary color
Monochromatic Colors of #733203
Black with #733203
Text Example
Text Example
White with #733203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #733203; }
p { color: rgb(115,50,3); }
H1.HeaderClassName
{
color: #733203;
}
.AnyTagClassName
{
color: #733203;
}
</style>
background-color css
<style>
a { background-color: #733203; }
a { background-color: rgb(115,50,3); }
div.DivClassName
{
background-color: #733203;
}
.BgClassName
{
background-color: #733203;
}
</style>
border-color css
<style>
span { border-color: #733203; }
span { border-color: rgb(115,50,3); }
td.TdClassName
{
border-color: #733203;
}
.TagClassName
{
border-color: #733203;
}
</style>