Shades of Baker's Chocolate #642303
Tints of Baker's Chocolate #642303
RGB
CMYK
RGB Variations
Color information
#642303 (or 0x642303) is known color: Baker's Chocolate. HEX triplet: 64, 23 and 03. RGB value is (100,35,3). Sum of RGB (Red+Green+Blue) = 100+35+3=138 (18% of max value = 765). Red value is 100 (39.45% from 255 or 72.46% from 138); Green value is 35 (14.06% from 255 or 25.36% from 138); Blue value is 3 (1.56% from 255 or 2.17% from 138); Max value from RGB is 100 - color contains mainly: red. Hex color #642303 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #642303 is #9BDCFC. Grayscale: #323232. Windows color (decimal): -10214653 or 205668. OLE color: 205668.
HSL color Cylindrical-coordinate representation of color #642303: hue angle of 19.79º degrees, saturation: 0.94, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #642303 is Cyan = 0, Magento = 0.65, Yellow = 0.97 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 100 | 35 | 3 | - |
| CMYK | 0 | 0.65 | 0.97 | 0.61 |
| HSL | 19.79º | 0.94% | 0.2% | - |
| HSV(B) | 19.79º | 0.97% | 0.39% | - |
| XYZ | 5.87 | 3.92 | 0.53 | - |
| YUV | 50.79 | 101.03 | 163.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 100 | 35 | 3 | 0 | 0.65 | 0.97 | 0.61 | 19.79 | 0.94 | 0.2 |
| Hex | 64 | 23 | 3 | 0 | 41 | 61 | 3D | 14 | 5E | 14 |
| Octal | 144 | 43 | 3 | 0 | 101 | 141 | 75 | 24 | 136 | 24 |
| Binary | 1100100 | 100011 | 11 | 0 | 1000001 | 1100001 | 111101 | 10100 | 1011110 | 10100 |
Color Harmonies of #642303
Complementary color
Monochromatic Colors of #642303
Black with #642303
Text Example
Text Example
White with #642303
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #642303; }
p { color: rgb(100,35,3); }
H1.HeaderClassName
{
color: #642303;
}
.AnyTagClassName
{
color: #642303;
}
</style>
background-color css
<style>
a { background-color: #642303; }
a { background-color: rgb(100,35,3); }
div.DivClassName
{
background-color: #642303;
}
.BgClassName
{
background-color: #642303;
}
</style>
border-color css
<style>
span { border-color: #642303; }
span { border-color: rgb(100,35,3); }
td.TdClassName
{
border-color: #642303;
}
.TagClassName
{
border-color: #642303;
}
</style>