Shades of Brown Pod #381C0A
Tints of Brown Pod #381C0A
RGB
CMYK
RGB Variations
Color information
#381C0A (or 0x381C0A) is known color: Brown Pod. HEX triplet: 38, 1C and 0A. RGB value is (56,28,10). Sum of RGB (Red+Green+Blue) = 56+28+10=94 (12% of max value = 765). Red value is 56 (22.27% from 255 or 59.57% from 94); Green value is 28 (11.33% from 255 or 29.79% from 94); Blue value is 10 (4.30% from 255 or 10.64% from 94); Max value from RGB is 56 - color contains mainly: red. Hex color #381C0A is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C0A is #C7E3F5. Grayscale: #222222. Windows color (decimal): -13100022 or 662584. OLE color: 662584.
HSL color Cylindrical-coordinate representation of color #381C0A: hue angle of 23.48º degrees, saturation: 0.7, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #381C0A is Cyan = 0, Magento = 0.50, Yellow = 0.82 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 28 | 10 | - |
| CMYK | 0 | 0.50 | 0.82 | 0.78 |
| HSL | 23.48º | 0.7% | 0.13% | - |
| HSV(B) | 23.48º | 0.82% | 0.22% | - |
| XYZ | 2.1 | 1.69 | 0.5 | - |
| YUV | 34.32 | 114.28 | 143.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 10 | 0 | 0.50 | 0.82 | 0.78 | 23.48 | 0.7 | 0.13 |
| Hex | 38 | 1C | A | 0 | 32 | 52 | 4E | 17 | 46 | D |
| Octal | 70 | 34 | 12 | 0 | 62 | 122 | 116 | 27 | 106 | 15 |
| Binary | 111000 | 11100 | 1010 | 0 | 110010 | 1010010 | 1001110 | 10111 | 1000110 | 1101 |
Color Harmonies of #381C0A
Complementary color
Monochromatic Colors of #381C0A
Black with #381C0A
Text Example
Text Example
White with #381C0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C0A; }
p { color: rgb(56,28,10); }
H1.HeaderClassName
{
color: #381C0A;
}
.AnyTagClassName
{
color: #381C0A;
}
</style>
background-color css
<style>
a { background-color: #381C0A; }
a { background-color: rgb(56,28,10); }
div.DivClassName
{
background-color: #381C0A;
}
.BgClassName
{
background-color: #381C0A;
}
</style>
border-color css
<style>
span { border-color: #381C0A; }
span { border-color: rgb(56,28,10); }
td.TdClassName
{
border-color: #381C0A;
}
.TagClassName
{
border-color: #381C0A;
}
</style>