Shades of Cocoa Brown #3F2203
Tints of Cocoa Brown #3F2203
RGB
CMYK
RGB Variations
Color information
#3F2203 (or 0x3F2203) is known color: Cocoa Brown. HEX triplet: 3F, 22 and 03. RGB value is (63,34,3). Sum of RGB (Red+Green+Blue) = 63+34+3=100 (13% of max value = 765). Red value is 63 (25% from 255 or 63% from 100); Green value is 34 (13.67% from 255 or 34% from 100); Blue value is 3 (1.56% from 255 or 3% from 100); Max value from RGB is 63 - color contains mainly: red. Hex color #3F2203 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3F2203 is #C0DDFC. Grayscale: #272727. Windows color (decimal): -12639741 or 205375. OLE color: 205375.
HSL color Cylindrical-coordinate representation of color #3F2203: hue angle of 31º degrees, saturation: 0.91, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #3F2203 is Cyan = 0, Magento = 0.46, Yellow = 0.95 and Black (K on CMYK) = 0.75.
Color convert
| RGB | 63 | 34 | 3 | - |
| CMYK | 0 | 0.46 | 0.95 | 0.75 |
| HSL | 31º | 0.91% | 0.13% | - |
| HSV(B) | 31º | 0.95% | 0.25% | - |
| XYZ | 2.64 | 2.21 | 0.37 | - |
| YUV | 39.14 | 107.61 | 145.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 34 | 3 | 0 | 0.46 | 0.95 | 0.75 | 31 | 0.91 | 0.13 |
| Hex | 3F | 22 | 3 | 0 | 2E | 5F | 4B | 1F | 5B | D |
| Octal | 77 | 42 | 3 | 0 | 56 | 137 | 113 | 37 | 133 | 15 |
| Binary | 111111 | 100010 | 11 | 0 | 101110 | 1011111 | 1001011 | 11111 | 1011011 | 1101 |
Color Harmonies of #3F2203
Complementary color
Monochromatic Colors of #3F2203
Black with #3F2203
Text Example
Text Example
White with #3F2203
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F2203; }
p { color: rgb(63,34,3); }
H1.HeaderClassName
{
color: #3F2203;
}
.AnyTagClassName
{
color: #3F2203;
}
</style>
background-color css
<style>
a { background-color: #3F2203; }
a { background-color: rgb(63,34,3); }
div.DivClassName
{
background-color: #3F2203;
}
.BgClassName
{
background-color: #3F2203;
}
</style>
border-color css
<style>
span { border-color: #3F2203; }
span { border-color: rgb(63,34,3); }
td.TdClassName
{
border-color: #3F2203;
}
.TagClassName
{
border-color: #3F2203;
}
</style>