Shades of Cocoa Brown #381B00
Tints of Cocoa Brown #381B00
RGB
CMYK
RGB Variations
Color information
#381B00 (or 0x381B00) is known color: Cocoa Brown. HEX triplet: 38, 1B and 00. RGB value is (56,27,0). Sum of RGB (Red+Green+Blue) = 56+27+0=83 (10% of max value = 765). Red value is 56 (22.27% from 255 or 67.47% from 83); Green value is 27 (10.94% from 255 or 32.53% from 83); Blue value is 0 (0.39% from 255 or 0% from 83); Max value from RGB is 56 - color contains mainly: red. Hex color #381B00 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381B00 is #C7E4FF. Grayscale: #202020. Windows color (decimal): -13100288 or 6968. OLE color: 6968.
HSL color Cylindrical-coordinate representation of color #381B00: hue angle of 28.93º degrees, saturation: 1, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 1%. Process color model (Four color, CMYK) of #381B00 is Cyan = 0, Magento = 0.52, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 27 | 0 | - |
| CMYK | 0 | 0.52 | 1 | 0.78 |
| HSL | 28.93º | 1% | 0.11% | - |
| HSV(B) | 28.93º | 1% | 0.22% | - |
| XYZ | 2.02 | 1.62 | 0.21 | - |
| YUV | 32.59 | 109.61 | 144.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 0 | 0 | 0.52 | 1 | 0.78 | 28.93 | 1 | 0.11 |
| Hex | 38 | 1B | 0 | 0 | 34 | 64 | 4E | 1D | 64 | B |
| Octal | 70 | 33 | 0 | 0 | 64 | 144 | 116 | 35 | 144 | 13 |
| Binary | 111000 | 11011 | 0 | 0 | 110100 | 1100100 | 1001110 | 11101 | 1100100 | 1011 |
Color Harmonies of #381B00
Complementary color
Monochromatic Colors of #381B00
Black with #381B00
Text Example
Text Example
White with #381B00
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B00; }
p { color: rgb(56,27,0); }
H1.HeaderClassName
{
color: #381B00;
}
.AnyTagClassName
{
color: #381B00;
}
</style>
background-color css
<style>
a { background-color: #381B00; }
a { background-color: rgb(56,27,0); }
div.DivClassName
{
background-color: #381B00;
}
.BgClassName
{
background-color: #381B00;
}
</style>
border-color css
<style>
span { border-color: #381B00; }
span { border-color: rgb(56,27,0); }
td.TdClassName
{
border-color: #381B00;
}
.TagClassName
{
border-color: #381B00;
}
</style>