Shades of Baker's Chocolate #632F08
Tints of Baker's Chocolate #632F08
RGB
CMYK
RGB Variations
Color information
#632F08 (or 0x632F08) is known color: Baker's Chocolate. HEX triplet: 63, 2F and 08. RGB value is (99,47,8). Sum of RGB (Red+Green+Blue) = 99+47+8=154 (20% of max value = 765). Red value is 99 (39.06% from 255 or 64.29% from 154); Green value is 47 (18.75% from 255 or 30.52% from 154); Blue value is 8 (3.52% from 255 or 5.19% from 154); Max value from RGB is 99 - color contains mainly: red. Hex color #632F08 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632F08 is #9CD0F7. Grayscale: #3A3A3A. Windows color (decimal): -10277112 or 536419. OLE color: 536419.
HSL color Cylindrical-coordinate representation of color #632F08: hue angle of 25.71º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #632F08 is Cyan = 0, Magento = 0.53, Yellow = 0.92 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 8 | - |
| CMYK | 0 | 0.53 | 0.92 | 0.61 |
| HSL | 25.71º | 0.85% | 0.21% | - |
| HSV(B) | 25.71º | 0.92% | 0.39% | - |
| XYZ | 6.21 | 4.7 | 0.81 | - |
| YUV | 58.1 | 99.73 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 8 | 0 | 0.53 | 0.92 | 0.61 | 25.71 | 0.85 | 0.21 |
| Hex | 63 | 2F | 8 | 0 | 35 | 5C | 3D | 1A | 55 | 15 |
| Octal | 143 | 57 | 10 | 0 | 65 | 134 | 75 | 32 | 125 | 25 |
| Binary | 1100011 | 101111 | 1000 | 0 | 110101 | 1011100 | 111101 | 11010 | 1010101 | 10101 |
Color Harmonies of #632F08
Complementary color
Monochromatic Colors of #632F08
Black with #632F08
Text Example
Text Example
White with #632F08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F08; }
p { color: rgb(99,47,8); }
H1.HeaderClassName
{
color: #632F08;
}
.AnyTagClassName
{
color: #632F08;
}
</style>
background-color css
<style>
a { background-color: #632F08; }
a { background-color: rgb(99,47,8); }
div.DivClassName
{
background-color: #632F08;
}
.BgClassName
{
background-color: #632F08;
}
</style>
border-color css
<style>
span { border-color: #632F08; }
span { border-color: rgb(99,47,8); }
td.TdClassName
{
border-color: #632F08;
}
.TagClassName
{
border-color: #632F08;
}
</style>