Shades of Cocoa Brown #3C250B
Tints of Cocoa Brown #3C250B
RGB
CMYK
RGB Variations
Color information
#3C250B (or 0x3C250B) is known color: Cocoa Brown. HEX triplet: 3C, 25 and 0B. RGB value is (60,37,11). Sum of RGB (Red+Green+Blue) = 60+37+11=108 (14% of max value = 765). Red value is 60 (23.83% from 255 or 55.56% from 108); Green value is 37 (14.84% from 255 or 34.26% from 108); Blue value is 11 (4.69% from 255 or 10.19% from 108); Max value from RGB is 60 - color contains mainly: red. Hex color #3C250B is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #3C250B is #C3DAF4. Grayscale: #292929. Windows color (decimal): -12835573 or 730428. OLE color: 730428.
HSL color Cylindrical-coordinate representation of color #3C250B: hue angle of 31.84º degrees, saturation: 0.69, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3C250B is Cyan = 0, Magento = 0.38, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
| RGB | 60 | 37 | 11 | - |
| CMYK | 0 | 0.38 | 0.82 | 0.76 |
| HSL | 31.84º | 0.69% | 0.14% | - |
| HSV(B) | 31.84º | 0.82% | 0.24% | - |
| XYZ | 2.59 | 2.31 | 0.63 | - |
| YUV | 40.91 | 111.12 | 141.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 37 | 11 | 0 | 0.38 | 0.82 | 0.76 | 31.84 | 0.69 | 0.14 |
| Hex | 3C | 25 | B | 0 | 26 | 52 | 4C | 20 | 45 | E |
| Octal | 74 | 45 | 13 | 0 | 46 | 122 | 114 | 40 | 105 | 16 |
| Binary | 111100 | 100101 | 1011 | 0 | 100110 | 1010010 | 1001100 | 100000 | 1000101 | 1110 |
Color Harmonies of #3C250B
Complementary color
Monochromatic Colors of #3C250B
Black with #3C250B
Text Example
Text Example
White with #3C250B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C250B; }
p { color: rgb(60,37,11); }
H1.HeaderClassName
{
color: #3C250B;
}
.AnyTagClassName
{
color: #3C250B;
}
</style>
background-color css
<style>
a { background-color: #3C250B; }
a { background-color: rgb(60,37,11); }
div.DivClassName
{
background-color: #3C250B;
}
.BgClassName
{
background-color: #3C250B;
}
</style>
border-color css
<style>
span { border-color: #3C250B; }
span { border-color: rgb(60,37,11); }
td.TdClassName
{
border-color: #3C250B;
}
.TagClassName
{
border-color: #3C250B;
}
</style>