Shades of Cocoa Brown #301601
Tints of Cocoa Brown #301601
RGB
CMYK
RGB Variations
Color information
#301601 (or 0x301601) is known color: Cocoa Brown. HEX triplet: 30, 16 and 01. RGB value is (48,22,1). Sum of RGB (Red+Green+Blue) = 48+22+1=71 (9% of max value = 765). Red value is 48 (19.14% from 255 or 67.61% from 71); Green value is 22 (8.98% from 255 or 30.99% from 71); Blue value is 1 (0.78% from 255 or 1.41% from 71); Max value from RGB is 48 - color contains mainly: red. Hex color #301601 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301601 is #CFE9FE. Grayscale: #1B1B1B. Windows color (decimal): -13625855 or 71216. OLE color: 71216.
HSL color Cylindrical-coordinate representation of color #301601: hue angle of 26.81º degrees, saturation: 0.96, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #301601 is Cyan = 0, Magento = 0.54, Yellow = 0.98 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 22 | 1 | - |
| CMYK | 0 | 0.54 | 0.98 | 0.81 |
| HSL | 26.81º | 0.96% | 0.1% | - |
| HSV(B) | 26.81º | 0.98% | 0.19% | - |
| XYZ | 1.51 | 1.2 | 0.18 | - |
| YUV | 27.38 | 113.11 | 142.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 22 | 1 | 0 | 0.54 | 0.98 | 0.81 | 26.81 | 0.96 | 0.1 |
| Hex | 30 | 16 | 1 | 0 | 36 | 62 | 51 | 1B | 60 | A |
| Octal | 60 | 26 | 1 | 0 | 66 | 142 | 121 | 33 | 140 | 12 |
| Binary | 110000 | 10110 | 1 | 0 | 110110 | 1100010 | 1010001 | 11011 | 1100000 | 1010 |
Color Harmonies of #301601
Complementary color
Monochromatic Colors of #301601
Black with #301601
Text Example
Text Example
White with #301601
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301601; }
p { color: rgb(48,22,1); }
H1.HeaderClassName
{
color: #301601;
}
.AnyTagClassName
{
color: #301601;
}
</style>
background-color css
<style>
a { background-color: #301601; }
a { background-color: rgb(48,22,1); }
div.DivClassName
{
background-color: #301601;
}
.BgClassName
{
background-color: #301601;
}
</style>
border-color css
<style>
span { border-color: #301601; }
span { border-color: rgb(48,22,1); }
td.TdClassName
{
border-color: #301601;
}
.TagClassName
{
border-color: #301601;
}
</style>