Shades of Cocoa Brown #381C02
Tints of Cocoa Brown #381C02
RGB
CMYK
RGB Variations
Color information
#381C02 (or 0x381C02) is known color: Cocoa Brown. HEX triplet: 38, 1C and 02. RGB value is (56,28,2). Sum of RGB (Red+Green+Blue) = 56+28+2=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 28 (11.33% from 255 or 32.56% from 86); Blue value is 2 (1.17% from 255 or 2.33% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #381C02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C02 is #C7E3FD. Grayscale: #212121. Windows color (decimal): -13100030 or 138296. OLE color: 138296.
HSL color Cylindrical-coordinate representation of color #381C02: hue angle of 28.89º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #381C02 is Cyan = 0, Magento = 0.50, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 28 | 2 | - |
| CMYK | 0 | 0.50 | 0.96 | 0.78 |
| HSL | 28.89º | 0.93% | 0.11% | - |
| HSV(B) | 28.89º | 0.96% | 0.22% | - |
| XYZ | 2.06 | 1.68 | 0.27 | - |
| YUV | 33.41 | 110.28 | 144.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 2 | 0 | 0.50 | 0.96 | 0.78 | 28.89 | 0.93 | 0.11 |
| Hex | 38 | 1C | 2 | 0 | 32 | 60 | 4E | 1D | 5D | B |
| Octal | 70 | 34 | 2 | 0 | 62 | 140 | 116 | 35 | 135 | 13 |
| Binary | 111000 | 11100 | 10 | 0 | 110010 | 1100000 | 1001110 | 11101 | 1011101 | 1011 |
Color Harmonies of #381C02
Complementary color
Monochromatic Colors of #381C02
Black with #381C02
Text Example
Text Example
White with #381C02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C02; }
p { color: rgb(56,28,2); }
H1.HeaderClassName
{
color: #381C02;
}
.AnyTagClassName
{
color: #381C02;
}
</style>
background-color css
<style>
a { background-color: #381C02; }
a { background-color: rgb(56,28,2); }
div.DivClassName
{
background-color: #381C02;
}
.BgClassName
{
background-color: #381C02;
}
</style>
border-color css
<style>
span { border-color: #381C02; }
span { border-color: rgb(56,28,2); }
td.TdClassName
{
border-color: #381C02;
}
.TagClassName
{
border-color: #381C02;
}
</style>