Shades of Baker's Chocolate #632F19
Tints of Baker's Chocolate #632F19
RGB
CMYK
RGB Variations
Color information
#632F19 (or 0x632F19) is known color: Baker's Chocolate. HEX triplet: 63, 2F and 19. RGB value is (99,47,25). Sum of RGB (Red+Green+Blue) = 99+47+25=171 (22% of max value = 765). Red value is 99 (39.06% from 255 or 57.89% from 171); Green value is 47 (18.75% from 255 or 27.49% from 171); Blue value is 25 (10.16% from 255 or 14.62% from 171); Max value from RGB is 99 - color contains mainly: red. Hex color #632F19 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632F19 is #9CD0E6. Grayscale: #3C3C3C. Windows color (decimal): -10277095 or 1650531. OLE color: 1650531.
HSL color Cylindrical-coordinate representation of color #632F19: hue angle of 17.84º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #632F19 is Cyan = 0, Magento = 0.53, Yellow = 0.75 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 25 | - |
| CMYK | 0 | 0.53 | 0.75 | 0.61 |
| HSL | 17.84º | 0.6% | 0.24% | - |
| HSV(B) | 17.84º | 0.75% | 0.39% | - |
| XYZ | 6.34 | 4.76 | 1.5 | - |
| YUV | 60.04 | 108.23 | 155.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 25 | 0 | 0.53 | 0.75 | 0.61 | 17.84 | 0.6 | 0.24 |
| Hex | 63 | 2F | 19 | 0 | 35 | 4B | 3D | 12 | 3C | 18 |
| Octal | 143 | 57 | 31 | 0 | 65 | 113 | 75 | 22 | 74 | 30 |
| Binary | 1100011 | 101111 | 11001 | 0 | 110101 | 1001011 | 111101 | 10010 | 111100 | 11000 |
Color Harmonies of #632F19
Complementary color
Monochromatic Colors of #632F19
Black with #632F19
Text Example
Text Example
White with #632F19
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F19; }
p { color: rgb(99,47,25); }
H1.HeaderClassName
{
color: #632F19;
}
.AnyTagClassName
{
color: #632F19;
}
</style>
background-color css
<style>
a { background-color: #632F19; }
a { background-color: rgb(99,47,25); }
div.DivClassName
{
background-color: #632F19;
}
.BgClassName
{
background-color: #632F19;
}
</style>
border-color css
<style>
span { border-color: #632F19; }
span { border-color: rgb(99,47,25); }
td.TdClassName
{
border-color: #632F19;
}
.TagClassName
{
border-color: #632F19;
}
</style>