Shades of Baker's Chocolate #632F1B
Tints of Baker's Chocolate #632F1B
RGB
CMYK
RGB Variations
Color information
#632F1B (or 0x632F1B) is known color: Baker's Chocolate. HEX triplet: 63, 2F and 1B. RGB value is (99,47,27). Sum of RGB (Red+Green+Blue) = 99+47+27=173 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.23% from 173); Green value is 47 (18.75% from 255 or 27.17% from 173); Blue value is 27 (10.94% from 255 or 15.61% from 173); Max value from RGB is 99 - color contains mainly: red. Hex color #632F1B is not a web safe color. Web safe color analog (approx): #663333. Inversed color of #632F1B is #9CD0E4. Grayscale: #3C3C3C. Windows color (decimal): -10277093 or 1781603. OLE color: 1781603.
HSL color Cylindrical-coordinate representation of color #632F1B: hue angle of 16.67º degrees, saturation: 0.57, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #632F1B is Cyan = 0, Magento = 0.53, Yellow = 0.73 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 27 | - |
| CMYK | 0 | 0.53 | 0.73 | 0.61 |
| HSL | 16.67º | 0.57% | 0.25% | - |
| HSV(B) | 16.67º | 0.73% | 0.39% | - |
| XYZ | 6.36 | 4.76 | 1.62 | - |
| YUV | 60.27 | 109.23 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 27 | 0 | 0.53 | 0.73 | 0.61 | 16.67 | 0.57 | 0.25 |
| Hex | 63 | 2F | 1B | 0 | 35 | 49 | 3D | 11 | 39 | 19 |
| Octal | 143 | 57 | 33 | 0 | 65 | 111 | 75 | 21 | 71 | 31 |
| Binary | 1100011 | 101111 | 11011 | 0 | 110101 | 1001001 | 111101 | 10001 | 111001 | 11001 |
Color Harmonies of #632F1B
Complementary color
Monochromatic Colors of #632F1B
Black with #632F1B
Text Example
Text Example
White with #632F1B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F1B; }
p { color: rgb(99,47,27); }
H1.HeaderClassName
{
color: #632F1B;
}
.AnyTagClassName
{
color: #632F1B;
}
</style>
background-color css
<style>
a { background-color: #632F1B; }
a { background-color: rgb(99,47,27); }
div.DivClassName
{
background-color: #632F1B;
}
.BgClassName
{
background-color: #632F1B;
}
</style>
border-color css
<style>
span { border-color: #632F1B; }
span { border-color: rgb(99,47,27); }
td.TdClassName
{
border-color: #632F1B;
}
.TagClassName
{
border-color: #632F1B;
}
</style>