Shades of Cocoa Brown #381D02
Tints of Cocoa Brown #381D02
RGB
CMYK
RGB Variations
Color information
#381D02 (or 0x381D02) is known color: Cocoa Brown. HEX triplet: 38, 1D and 02. RGB value is (56,29,2). Sum of RGB (Red+Green+Blue) = 56+29+2=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 29 (11.72% from 255 or 33.33% from 87); Blue value is 2 (1.17% from 255 or 2.30% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #381D02 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381D02 is #C7E2FD. Grayscale: #222222. Windows color (decimal): -13099774 or 138552. OLE color: 138552.
HSL color Cylindrical-coordinate representation of color #381D02: hue angle of 30º 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 #381D02 is Cyan = 0, Magento = 0.48, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 29 | 2 | - |
| CMYK | 0 | 0.48 | 0.96 | 0.78 |
| HSL | 30º | 0.93% | 0.11% | - |
| HSV(B) | 30º | 0.96% | 0.22% | - |
| XYZ | 2.08 | 1.72 | 0.28 | - |
| YUV | 34 | 109.95 | 143.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 29 | 2 | 0 | 0.48 | 0.96 | 0.78 | 30 | 0.93 | 0.11 |
| Hex | 38 | 1D | 2 | 0 | 30 | 60 | 4E | 1E | 5D | B |
| Octal | 70 | 35 | 2 | 0 | 60 | 140 | 116 | 36 | 135 | 13 |
| Binary | 111000 | 11101 | 10 | 0 | 110000 | 1100000 | 1001110 | 11110 | 1011101 | 1011 |
Color Harmonies of #381D02
Complementary color
Monochromatic Colors of #381D02
Black with #381D02
Text Example
Text Example
White with #381D02
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381D02; }
p { color: rgb(56,29,2); }
H1.HeaderClassName
{
color: #381D02;
}
.AnyTagClassName
{
color: #381D02;
}
</style>
background-color css
<style>
a { background-color: #381D02; }
a { background-color: rgb(56,29,2); }
div.DivClassName
{
background-color: #381D02;
}
.BgClassName
{
background-color: #381D02;
}
</style>
border-color css
<style>
span { border-color: #381D02; }
span { border-color: rgb(56,29,2); }
td.TdClassName
{
border-color: #381D02;
}
.TagClassName
{
border-color: #381D02;
}
</style>