Shades of Baker's Chocolate #632F01
Tints of Baker's Chocolate #632F01
RGB
CMYK
RGB Variations
Color information
#632F01 (or 0x632F01) is known color: Baker's Chocolate. HEX triplet: 63, 2F and 01. RGB value is (99,47,1). Sum of RGB (Red+Green+Blue) = 99+47+1=147 (19% of max value = 765). Red value is 99 (39.06% from 255 or 67.35% from 147); Green value is 47 (18.75% from 255 or 31.97% from 147); Blue value is 1 (0.78% from 255 or 0.68% from 147); Max value from RGB is 99 - color contains mainly: red. Hex color #632F01 is not a web safe color. Web safe color analog (approx): #663300. Inversed color of #632F01 is #9CD0FE. Grayscale: #393939. Windows color (decimal): -10277119 or 77667. OLE color: 77667.
HSL color Cylindrical-coordinate representation of color #632F01: hue angle of 28.16º degrees, saturation: 0.98, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #632F01 is Cyan = 0, Magento = 0.53, Yellow = 0.99 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 99 | 47 | 1 | - |
| CMYK | 0 | 0.53 | 0.99 | 0.61 |
| HSL | 28.16º | 0.98% | 0.2% | - |
| HSV(B) | 28.16º | 0.99% | 0.39% | - |
| XYZ | 6.17 | 4.69 | 0.61 | - |
| YUV | 57.3 | 96.23 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 47 | 1 | 0 | 0.53 | 0.99 | 0.61 | 28.16 | 0.98 | 0.2 |
| Hex | 63 | 2F | 1 | 0 | 35 | 63 | 3D | 1C | 62 | 14 |
| Octal | 143 | 57 | 1 | 0 | 65 | 143 | 75 | 34 | 142 | 24 |
| Binary | 1100011 | 101111 | 1 | 0 | 110101 | 1100011 | 111101 | 11100 | 1100010 | 10100 |
Color Harmonies of #632F01
Complementary color
Monochromatic Colors of #632F01
Black with #632F01
Text Example
Text Example
White with #632F01
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #632F01; }
p { color: rgb(99,47,1); }
H1.HeaderClassName
{
color: #632F01;
}
.AnyTagClassName
{
color: #632F01;
}
</style>
background-color css
<style>
a { background-color: #632F01; }
a { background-color: rgb(99,47,1); }
div.DivClassName
{
background-color: #632F01;
}
.BgClassName
{
background-color: #632F01;
}
</style>
border-color css
<style>
span { border-color: #632F01; }
span { border-color: rgb(99,47,1); }
td.TdClassName
{
border-color: #632F01;
}
.TagClassName
{
border-color: #632F01;
}
</style>