Shades of Baker's Chocolate #632F13
Tints of Baker's Chocolate #632F13
RGB
CMYK
RGB Variations
Color information
#632F13 (or 0x632F13) is known color: Baker's Chocolate. HEX triplet: 63, 2F and 13. RGB value is (99,47,19). Sum of RGB (Red+Green+Blue) = 99+47+19=165 (21% of max value = 765). Red value is 99 (39.06% from 255 or 60% from 165); Green value is 47 (18.75% from 255 or 28.48% from 165); Blue value is 19 (7.81% from 255 or 11.52% from 165); Max value from RGB is 99 - color contains mainly: red. Hex color #632F13 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632F13 is #9CD0EC. Grayscale: #3B3B3B. Windows color (decimal): -10277101 or 1257315. OLE color: 1257315.
HSL color Cylindrical-coordinate representation of color #632F13: hue angle of 21º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #632F13 is Cyan = 0, Magento = 0.53, Yellow = 0.81 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 19 | - |
| CMYK | 0 | 0.53 | 0.81 | 0.61 |
| HSL | 21º | 0.68% | 0.23% | - |
| HSV(B) | 21º | 0.81% | 0.39% | - |
| XYZ | 6.28 | 4.73 | 1.2 | - |
| YUV | 59.36 | 105.23 | 156.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 19 | 0 | 0.53 | 0.81 | 0.61 | 21 | 0.68 | 0.23 |
| Hex | 63 | 2F | 13 | 0 | 35 | 51 | 3D | 15 | 44 | 17 |
| Octal | 143 | 57 | 23 | 0 | 65 | 121 | 75 | 25 | 104 | 27 |
| Binary | 1100011 | 101111 | 10011 | 0 | 110101 | 1010001 | 111101 | 10101 | 1000100 | 10111 |
Color Harmonies of #632F13
Complementary color
Monochromatic Colors of #632F13
Black with #632F13
Text Example
Text Example
White with #632F13
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F13; }
p { color: rgb(99,47,19); }
H1.HeaderClassName
{
color: #632F13;
}
.AnyTagClassName
{
color: #632F13;
}
</style>
background-color css
<style>
a { background-color: #632F13; }
a { background-color: rgb(99,47,19); }
div.DivClassName
{
background-color: #632F13;
}
.BgClassName
{
background-color: #632F13;
}
</style>
border-color css
<style>
span { border-color: #632F13; }
span { border-color: rgb(99,47,19); }
td.TdClassName
{
border-color: #632F13;
}
.TagClassName
{
border-color: #632F13;
}
</style>