Shades of Cocoa Brown #381C05
Tints of Cocoa Brown #381C05
RGB
CMYK
RGB Variations
Color information
#381C05 (or 0x381C05) is known color: Cocoa Brown. HEX triplet: 38, 1C and 05. RGB value is (56,28,5). Sum of RGB (Red+Green+Blue) = 56+28+5=89 (11% of max value = 765). Red value is 56 (22.27% from 255 or 62.92% from 89); Green value is 28 (11.33% from 255 or 31.46% from 89); Blue value is 5 (2.34% from 255 or 5.62% from 89); Max value from RGB is 56 - color contains mainly: red. Hex color #381C05 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C05 is #C7E3FA. Grayscale: #212121. Windows color (decimal): -13100027 or 334904. OLE color: 334904.
HSL color Cylindrical-coordinate representation of color #381C05: hue angle of 27.06º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #381C05 is Cyan = 0, Magento = 0.50, Yellow = 0.91 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 28 | 5 | - |
| CMYK | 0 | 0.50 | 0.91 | 0.78 |
| HSL | 27.06º | 0.84% | 0.12% | - |
| HSV(B) | 27.06º | 0.91% | 0.22% | - |
| XYZ | 2.07 | 1.68 | 0.36 | - |
| YUV | 33.75 | 111.78 | 143.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 5 | 0 | 0.50 | 0.91 | 0.78 | 27.06 | 0.84 | 0.12 |
| Hex | 38 | 1C | 5 | 0 | 32 | 5B | 4E | 1B | 54 | C |
| Octal | 70 | 34 | 5 | 0 | 62 | 133 | 116 | 33 | 124 | 14 |
| Binary | 111000 | 11100 | 101 | 0 | 110010 | 1011011 | 1001110 | 11011 | 1010100 | 1100 |
Color Harmonies of #381C05
Complementary color
Monochromatic Colors of #381C05
Black with #381C05
Text Example
Text Example
White with #381C05
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C05; }
p { color: rgb(56,28,5); }
H1.HeaderClassName
{
color: #381C05;
}
.AnyTagClassName
{
color: #381C05;
}
</style>
background-color css
<style>
a { background-color: #381C05; }
a { background-color: rgb(56,28,5); }
div.DivClassName
{
background-color: #381C05;
}
.BgClassName
{
background-color: #381C05;
}
</style>
border-color css
<style>
span { border-color: #381C05; }
span { border-color: rgb(56,28,5); }
td.TdClassName
{
border-color: #381C05;
}
.TagClassName
{
border-color: #381C05;
}
</style>