Shades of Baker's Chocolate #632A00
Tints of Baker's Chocolate #632A00
RGB
CMYK
RGB Variations
Color information
#632A00 (or 0x632A00) is known color: Baker's Chocolate. HEX triplet: 63, 2A and 00. RGB value is (99,42,0). Sum of RGB (Red+Green+Blue) = 99+42+0=141 (18% of max value = 765). Red value is 99 (39.06% from 255 or 70.21% from 141); Green value is 42 (16.80% from 255 or 29.79% from 141); Blue value is 0 (0.39% from 255 or 0% from 141); Max value from RGB is 99 - color contains mainly: red. Hex color #632A00 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632A00 is #9CD5FF. Grayscale: #363636. Windows color (decimal): -10278400 or 10851. OLE color: 10851.
HSL color Cylindrical-coordinate representation of color #632A00: hue angle of 25.45º 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 #632A00 is Cyan = 0, Magento = 0.58, Yellow = 1 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 42 | 0 | - |
| CMYK | 0 | 0.58 | 1 | 0.61 |
| HSL | 25.45º | 1% | 0.19% | - |
| HSV(B) | 25.45º | 1% | 0.39% | - |
| XYZ | 5.97 | 4.31 | 0.52 | - |
| YUV | 54.26 | 97.38 | 159.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 42 | 0 | 0 | 0.58 | 1 | 0.61 | 25.45 | 1 | 0.19 |
| Hex | 63 | 2A | 0 | 0 | 3A | 64 | 3D | 19 | 64 | 13 |
| Octal | 143 | 52 | 0 | 0 | 72 | 144 | 75 | 31 | 144 | 23 |
| Binary | 1100011 | 101010 | 0 | 0 | 111010 | 1100100 | 111101 | 11001 | 1100100 | 10011 |
Color Harmonies of #632A00
Complementary color
Monochromatic Colors of #632A00
Black with #632A00
Text Example
Text Example
White with #632A00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632A00; }
p { color: rgb(99,42,0); }
H1.HeaderClassName
{
color: #632A00;
}
.AnyTagClassName
{
color: #632A00;
}
</style>
background-color css
<style>
a { background-color: #632A00; }
a { background-color: rgb(99,42,0); }
div.DivClassName
{
background-color: #632A00;
}
.BgClassName
{
background-color: #632A00;
}
</style>
border-color css
<style>
span { border-color: #632A00; }
span { border-color: rgb(99,42,0); }
td.TdClassName
{
border-color: #632A00;
}
.TagClassName
{
border-color: #632A00;
}
</style>