Shades of Baker's Chocolate #632C12
Tints of Baker's Chocolate #632C12
RGB
CMYK
RGB Variations
Color information
#632C12 (or 0x632C12) is known color: Baker's Chocolate. HEX triplet: 63, 2C and 12. RGB value is (99,44,18). Sum of RGB (Red+Green+Blue) = 99+44+18=161 (21% of max value = 765). Red value is 99 (39.06% from 255 or 61.49% from 161); Green value is 44 (17.58% from 255 or 27.33% from 161); Blue value is 18 (7.42% from 255 or 11.18% from 161); Max value from RGB is 99 - color contains mainly: red. Hex color #632C12 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632C12 is #9CD3ED. Grayscale: #393939. Windows color (decimal): -10277870 or 1191011. OLE color: 1191011.
HSL color Cylindrical-coordinate representation of color #632C12: hue angle of 19.26º degrees, saturation: 0.69, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #632C12 is Cyan = 0, Magento = 0.56, Yellow = 0.82 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 44 | 18 | - |
| CMYK | 0 | 0.56 | 0.82 | 0.61 |
| HSL | 19.26º | 0.69% | 0.23% | - |
| HSV(B) | 19.26º | 0.82% | 0.39% | - |
| XYZ | 6.16 | 4.5 | 1.12 | - |
| YUV | 57.48 | 105.72 | 157.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 44 | 18 | 0 | 0.56 | 0.82 | 0.61 | 19.26 | 0.69 | 0.23 |
| Hex | 63 | 2C | 12 | 0 | 38 | 52 | 3D | 13 | 45 | 17 |
| Octal | 143 | 54 | 22 | 0 | 70 | 122 | 75 | 23 | 105 | 27 |
| Binary | 1100011 | 101100 | 10010 | 0 | 111000 | 1010010 | 111101 | 10011 | 1000101 | 10111 |
Color Harmonies of #632C12
Complementary color
Monochromatic Colors of #632C12
Black with #632C12
Text Example
Text Example
White with #632C12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632C12; }
p { color: rgb(99,44,18); }
H1.HeaderClassName
{
color: #632C12;
}
.AnyTagClassName
{
color: #632C12;
}
</style>
background-color css
<style>
a { background-color: #632C12; }
a { background-color: rgb(99,44,18); }
div.DivClassName
{
background-color: #632C12;
}
.BgClassName
{
background-color: #632C12;
}
</style>
border-color css
<style>
span { border-color: #632C12; }
span { border-color: rgb(99,44,18); }
td.TdClassName
{
border-color: #632C12;
}
.TagClassName
{
border-color: #632C12;
}
</style>