Shades of Cocoa Brown #301D07
Tints of Cocoa Brown #301D07
RGB
CMYK
RGB Variations
Color information
#301D07 (or 0x301D07) is known color: Cocoa Brown. HEX triplet: 30, 1D and 07. RGB value is (48,29,7). Sum of RGB (Red+Green+Blue) = 48+29+7=84 (11% of max value = 765). Red value is 48 (19.14% from 255 or 57.14% from 84); Green value is 29 (11.72% from 255 or 34.52% from 84); Blue value is 7 (3.12% from 255 or 8.33% from 84); Max value from RGB is 48 - color contains mainly: red. Hex color #301D07 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301D07 is #CFE2F8. Grayscale: #202020. Windows color (decimal): -13624057 or 466224. OLE color: 466224.
HSL color Cylindrical-coordinate representation of color #301D07: hue angle of 32.2º degrees, saturation: 0.75, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #301D07 is Cyan = 0, Magento = 0.40, Yellow = 0.85 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 29 | 7 | - |
| CMYK | 0 | 0.40 | 0.85 | 0.81 |
| HSL | 32.2º | 0.75% | 0.11% | - |
| HSV(B) | 32.2º | 0.85% | 0.19% | - |
| XYZ | 1.7 | 1.52 | 0.41 | - |
| YUV | 32.17 | 113.79 | 139.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 29 | 7 | 0 | 0.40 | 0.85 | 0.81 | 32.2 | 0.75 | 0.11 |
| Hex | 30 | 1D | 7 | 0 | 28 | 55 | 51 | 20 | 4B | B |
| Octal | 60 | 35 | 7 | 0 | 50 | 125 | 121 | 40 | 113 | 13 |
| Binary | 110000 | 11101 | 111 | 0 | 101000 | 1010101 | 1010001 | 100000 | 1001011 | 1011 |
Color Harmonies of #301D07
Complementary color
Monochromatic Colors of #301D07
Black with #301D07
Text Example
Text Example
White with #301D07
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301D07; }
p { color: rgb(48,29,7); }
H1.HeaderClassName
{
color: #301D07;
}
.AnyTagClassName
{
color: #301D07;
}
</style>
background-color css
<style>
a { background-color: #301D07; }
a { background-color: rgb(48,29,7); }
div.DivClassName
{
background-color: #301D07;
}
.BgClassName
{
background-color: #301D07;
}
</style>
border-color css
<style>
span { border-color: #301D07; }
span { border-color: rgb(48,29,7); }
td.TdClassName
{
border-color: #301D07;
}
.TagClassName
{
border-color: #301D07;
}
</style>