Shades of Baker's Chocolate #63301C
Tints of Baker's Chocolate #63301C
RGB
CMYK
RGB Variations
Color information
#63301C (or 0x63301C) is known color: Baker's Chocolate. HEX triplet: 63, 30 and 1C. RGB value is (99,48,28). Sum of RGB (Red+Green+Blue) = 99+48+28=175 (23% of max value = 765). Red value is 99 (39.06% from 255 or 56.57% from 175); Green value is 48 (19.14% from 255 or 27.43% from 175); Blue value is 28 (11.33% from 255 or 16% from 175); Max value from RGB is 99 - color contains mainly: red. Hex color #63301C is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #63301C is #9CCFE3. Grayscale: #3D3D3D. Windows color (decimal): -10276836 or 1847395. OLE color: 1847395.
HSL color Cylindrical-coordinate representation of color #63301C: hue angle of 16.9º degrees, saturation: 0.56, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #63301C is Cyan = 0, Magento = 0.52, Yellow = 0.72 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 48 | 28 | - |
| CMYK | 0 | 0.52 | 0.72 | 0.61 |
| HSL | 16.9º | 0.56% | 0.25% | - |
| HSV(B) | 16.9º | 0.72% | 0.39% | - |
| XYZ | 6.41 | 4.85 | 1.7 | - |
| YUV | 60.97 | 109.4 | 155.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 48 | 28 | 0 | 0.52 | 0.72 | 0.61 | 16.9 | 0.56 | 0.25 |
| Hex | 63 | 30 | 1C | 0 | 34 | 48 | 3D | 11 | 38 | 19 |
| Octal | 143 | 60 | 34 | 0 | 64 | 110 | 75 | 21 | 70 | 31 |
| Binary | 1100011 | 110000 | 11100 | 0 | 110100 | 1001000 | 111101 | 10001 | 111000 | 11001 |
Color Harmonies of #63301C
Complementary color
Monochromatic Colors of #63301C
Black with #63301C
Text Example
Text Example
White with #63301C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63301C; }
p { color: rgb(99,48,28); }
H1.HeaderClassName
{
color: #63301C;
}
.AnyTagClassName
{
color: #63301C;
}
</style>
background-color css
<style>
a { background-color: #63301C; }
a { background-color: rgb(99,48,28); }
div.DivClassName
{
background-color: #63301C;
}
.BgClassName
{
background-color: #63301C;
}
</style>
border-color css
<style>
span { border-color: #63301C; }
span { border-color: rgb(99,48,28); }
td.TdClassName
{
border-color: #63301C;
}
.TagClassName
{
border-color: #63301C;
}
</style>