Shades of Cocoa Brown #301B05
Tints of Cocoa Brown #301B05
RGB
CMYK
RGB Variations
Color information
#301B05 (or 0x301B05) is known color: Cocoa Brown. HEX triplet: 30, 1B and 05. RGB value is (48,27,5). Sum of RGB (Red+Green+Blue) = 48+27+5=80 (10% of max value = 765). Red value is 48 (19.14% from 255 or 60% from 80); Green value is 27 (10.94% from 255 or 33.75% from 80); Blue value is 5 (2.34% from 255 or 6.25% from 80); Max value from RGB is 48 - color contains mainly: red. Hex color #301B05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #301B05 is #CFE4FA. Grayscale: #1E1E1E. Windows color (decimal): -13624571 or 334640. OLE color: 334640.
HSL color Cylindrical-coordinate representation of color #301B05: hue angle of 30.7º 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 #301B05 is Cyan = 0, Magento = 0.44, Yellow = 0.90 and Black (K on CMYK) = 0.81.
Color convert
| RGB | 48 | 27 | 5 | - |
| CMYK | 0 | 0.44 | 0.90 | 0.81 |
| HSL | 30.7º | 0.81% | 0.1% | - |
| HSV(B) | 30.7º | 0.9% | 0.19% | - |
| XYZ | 1.64 | 1.42 | 0.33 | - |
| YUV | 30.77 | 113.46 | 140.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 48 | 27 | 5 | 0 | 0.44 | 0.90 | 0.81 | 30.7 | 0.81 | 0.1 |
| Hex | 30 | 1B | 5 | 0 | 2C | 5A | 51 | 1F | 51 | A |
| Octal | 60 | 33 | 5 | 0 | 54 | 132 | 121 | 37 | 121 | 12 |
| Binary | 110000 | 11011 | 101 | 0 | 101100 | 1011010 | 1010001 | 11111 | 1010001 | 1010 |
Color Harmonies of #301B05
Complementary color
Monochromatic Colors of #301B05
Black with #301B05
Text Example
Text Example
White with #301B05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #301B05; }
p { color: rgb(48,27,5); }
H1.HeaderClassName
{
color: #301B05;
}
.AnyTagClassName
{
color: #301B05;
}
</style>
background-color css
<style>
a { background-color: #301B05; }
a { background-color: rgb(48,27,5); }
div.DivClassName
{
background-color: #301B05;
}
.BgClassName
{
background-color: #301B05;
}
</style>
border-color css
<style>
span { border-color: #301B05; }
span { border-color: rgb(48,27,5); }
td.TdClassName
{
border-color: #301B05;
}
.TagClassName
{
border-color: #301B05;
}
</style>