Shades of Baker's Chocolate #63380E
Tints of Baker's Chocolate #63380E
RGB
CMYK
RGB Variations
Color information
#63380E (or 0x63380E) is known color: Baker's Chocolate. HEX triplet: 63, 38 and 0E. RGB value is (99,56,14). Sum of RGB (Red+Green+Blue) = 99+56+14=169 (22% of max value = 765). Red value is 99 (39.06% from 255 or 58.58% from 169); Green value is 56 (22.27% from 255 or 33.14% from 169); Blue value is 14 (5.86% from 255 or 8.28% from 169); Max value from RGB is 99 - color contains mainly: red. Hex color #63380E is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #63380E is #9CC7F1. Grayscale: #404040. Windows color (decimal): -10274802 or 931939. OLE color: 931939.
HSL color Cylindrical-coordinate representation of color #63380E: hue angle of 29.65º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #63380E is Cyan = 0, Magento = 0.43, Yellow = 0.86 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 56 | 14 | - |
| CMYK | 0 | 0.43 | 0.86 | 0.61 |
| HSL | 29.65º | 0.75% | 0.22% | - |
| HSV(B) | 29.65º | 0.86% | 0.39% | - |
| XYZ | 6.64 | 5.51 | 1.13 | - |
| YUV | 64.07 | 99.75 | 152.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 56 | 14 | 0 | 0.43 | 0.86 | 0.61 | 29.65 | 0.75 | 0.22 |
| Hex | 63 | 38 | E | 0 | 2B | 56 | 3D | 1E | 4B | 16 |
| Octal | 143 | 70 | 16 | 0 | 53 | 126 | 75 | 36 | 113 | 26 |
| Binary | 1100011 | 111000 | 1110 | 0 | 101011 | 1010110 | 111101 | 11110 | 1001011 | 10110 |
Color Harmonies of #63380E
Complementary color
Monochromatic Colors of #63380E
Black with #63380E
Text Example
Text Example
White with #63380E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63380E; }
p { color: rgb(99,56,14); }
H1.HeaderClassName
{
color: #63380E;
}
.AnyTagClassName
{
color: #63380E;
}
</style>
background-color css
<style>
a { background-color: #63380E; }
a { background-color: rgb(99,56,14); }
div.DivClassName
{
background-color: #63380E;
}
.BgClassName
{
background-color: #63380E;
}
</style>
border-color css
<style>
span { border-color: #63380E; }
span { border-color: rgb(99,56,14); }
td.TdClassName
{
border-color: #63380E;
}
.TagClassName
{
border-color: #63380E;
}
</style>