Shades of Cocoa Brown #301807
Tints of Cocoa Brown #301807
RGB
CMYK
RGB Variations
Color information
#301807 (or 0x301807) is known color: Cocoa Brown. HEX triplet: 30, 18 and 07. RGB value is (48,24,7). Sum of RGB (Red+Green+Blue) = 48+24+7=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 24 (9.77% from 255 or 30.38% from 79); Blue value is 7 (3.12% from 255 or 8.86% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #301807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #301807 is #CFE7F8. Grayscale: #1D1D1D. Windows color (decimal): -13625337 or 464944. OLE color: 464944.
HSL color Cylindrical-coordinate representation of color #301807: hue angle of 24.88º 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 #301807 is Cyan = 0, Magento = 0.5, Yellow = 0.85 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 24 | 7 | - |
| CMYK | 0 | 0.5 | 0.85 | 0.81 |
| HSL | 24.88º | 0.75% | 0.11% | - |
| HSV(B) | 24.88º | 0.85% | 0.19% | - |
| XYZ | 1.58 | 1.3 | 0.37 | - |
| YUV | 29.24 | 115.45 | 141.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 24 | 7 | 0 | 0.5 | 0.85 | 0.81 | 24.88 | 0.75 | 0.11 |
| Hex | 30 | 18 | 7 | 0 | 32 | 55 | 51 | 19 | 4B | B |
| Octal | 60 | 30 | 7 | 0 | 62 | 125 | 121 | 31 | 113 | 13 |
| Binary | 110000 | 11000 | 111 | 0 | 110010 | 1010101 | 1010001 | 11001 | 1001011 | 1011 |
Color Harmonies of #301807
Complementary color
Monochromatic Colors of #301807
Black with #301807
Text Example
Text Example
White with #301807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301807; }
p { color: rgb(48,24,7); }
H1.HeaderClassName
{
color: #301807;
}
.AnyTagClassName
{
color: #301807;
}
</style>
background-color css
<style>
a { background-color: #301807; }
a { background-color: rgb(48,24,7); }
div.DivClassName
{
background-color: #301807;
}
.BgClassName
{
background-color: #301807;
}
</style>
border-color css
<style>
span { border-color: #301807; }
span { border-color: rgb(48,24,7); }
td.TdClassName
{
border-color: #301807;
}
.TagClassName
{
border-color: #301807;
}
</style>