Shades of Baker's Chocolate #632F00
Tints of Baker's Chocolate #632F00
RGB
CMYK
RGB Variations
Color information
#632F00 (or 0x632F00) is known color: Baker's Chocolate. HEX triplet: 63, 2F and 00. RGB value is (99,47,0). Sum of RGB (Red+Green+Blue) = 99+47+0=146 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.81% from 146); Green value is 47 (18.75% from 255 or 32.19% from 146); Blue value is 0 (0.39% from 255 or 0% from 146); Max value from RGB is 99 - color contains mainly: red. Hex color #632F00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632F00 is #9CD0FF. Grayscale: #393939. Windows color (decimal): -10277120 or 12131. OLE color: 12131.
HSL color Cylindrical-coordinate representation of color #632F00: hue angle of 28.48º degrees, saturation: 1, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 1%. Process color model (Four color, CMYK) of #632F00 is Cyan = 0, Magento = 0.53, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 0 | - |
| CMYK | 0 | 0.53 | 1 | 0.61 |
| HSL | 28.48º | 1% | 0.19% | - |
| HSV(B) | 28.48º | 1% | 0.39% | - |
| XYZ | 6.16 | 4.69 | 0.58 | - |
| YUV | 57.19 | 95.73 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 0 | 0 | 0.53 | 1 | 0.61 | 28.48 | 1 | 0.19 |
| Hex | 63 | 2F | 0 | 0 | 35 | 64 | 3D | 1C | 64 | 13 |
| Octal | 143 | 57 | 0 | 0 | 65 | 144 | 75 | 34 | 144 | 23 |
| Binary | 1100011 | 101111 | 0 | 0 | 110101 | 1100100 | 111101 | 11100 | 1100100 | 10011 |
Color Harmonies of #632F00
Complementary color
Monochromatic Colors of #632F00
Black with #632F00
Text Example
Text Example
White with #632F00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F00; }
p { color: rgb(99,47,0); }
H1.HeaderClassName
{
color: #632F00;
}
.AnyTagClassName
{
color: #632F00;
}
</style>
background-color css
<style>
a { background-color: #632F00; }
a { background-color: rgb(99,47,0); }
div.DivClassName
{
background-color: #632F00;
}
.BgClassName
{
background-color: #632F00;
}
</style>
border-color css
<style>
span { border-color: #632F00; }
span { border-color: rgb(99,47,0); }
td.TdClassName
{
border-color: #632F00;
}
.TagClassName
{
border-color: #632F00;
}
</style>