Shades of Cocoa Brown #301A05
Tints of Cocoa Brown #301A05
RGB
CMYK
RGB Variations
Color information
#301A05 (or 0x301A05) is known color: Cocoa Brown. HEX triplet: 30, 1A and 05. RGB value is (48,26,5). Sum of RGB (Red+Green+Blue) = 48+26+5=79 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60.76% from 79); Green value is 26 (10.55% from 255 or 32.91% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 48 - color contains mainly: red. Hex color #301A05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301A05 is #CFE5FA. Grayscale: #1E1E1E. Windows color (decimal): -13624827 or 334384. OLE color: 334384.
HSL color Cylindrical-coordinate representation of color #301A05: hue angle of 29.3º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #301A05 is Cyan = 0, Magento = 0.46, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 26 | 5 | - |
| CMYK | 0 | 0.46 | 0.90 | 0.81 |
| HSL | 29.3º | 0.81% | 0.1% | - |
| HSV(B) | 29.3º | 0.9% | 0.19% | - |
| XYZ | 1.62 | 1.38 | 0.32 | - |
| YUV | 30.18 | 113.79 | 140.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 26 | 5 | 0 | 0.46 | 0.90 | 0.81 | 29.3 | 0.81 | 0.1 |
| Hex | 30 | 1A | 5 | 0 | 2E | 5A | 51 | 1D | 51 | A |
| Octal | 60 | 32 | 5 | 0 | 56 | 132 | 121 | 35 | 121 | 12 |
| Binary | 110000 | 11010 | 101 | 0 | 101110 | 1011010 | 1010001 | 11101 | 1010001 | 1010 |
Color Harmonies of #301A05
Complementary color
Monochromatic Colors of #301A05
Black with #301A05
Text Example
Text Example
White with #301A05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301A05; }
p { color: rgb(48,26,5); }
H1.HeaderClassName
{
color: #301A05;
}
.AnyTagClassName
{
color: #301A05;
}
</style>
background-color css
<style>
a { background-color: #301A05; }
a { background-color: rgb(48,26,5); }
div.DivClassName
{
background-color: #301A05;
}
.BgClassName
{
background-color: #301A05;
}
</style>
border-color css
<style>
span { border-color: #301A05; }
span { border-color: rgb(48,26,5); }
td.TdClassName
{
border-color: #301A05;
}
.TagClassName
{
border-color: #301A05;
}
</style>