Shades of Brown Pod #381C09
Tints of Brown Pod #381C09
RGB
CMYK
RGB Variations
Color information
#381C09 (or 0x381C09) is known color: Brown Pod. HEX triplet: 38, 1C and 09. RGB value is (56,28,9). Sum of RGB (Red+Green+Blue) = 56+28+9=93 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.22% from 93); Green value is 28 (11.33% from 255 or 30.11% from 93); Blue value is 9 (3.91% from 255 or 9.68% from 93); Max value from RGB is 56 - color contains mainly: red. Hex color #381C09 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C09 is #C7E3F6. Grayscale: #222222. Windows color (decimal): -13100023 or 597048. OLE color: 597048.
HSL color Cylindrical-coordinate representation of color #381C09: hue angle of 24.26º degrees, saturation: 0.72, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #381C09 is Cyan = 0, Magento = 0.50, Yellow = 0.84 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 28 | 9 | - |
| CMYK | 0 | 0.50 | 0.84 | 0.78 |
| HSL | 24.26º | 0.72% | 0.13% | - |
| HSV(B) | 24.26º | 0.84% | 0.22% | - |
| XYZ | 2.1 | 1.69 | 0.47 | - |
| YUV | 34.21 | 113.78 | 143.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 9 | 0 | 0.50 | 0.84 | 0.78 | 24.26 | 0.72 | 0.13 |
| Hex | 38 | 1C | 9 | 0 | 32 | 54 | 4E | 18 | 48 | D |
| Octal | 70 | 34 | 11 | 0 | 62 | 124 | 116 | 30 | 110 | 15 |
| Binary | 111000 | 11100 | 1001 | 0 | 110010 | 1010100 | 1001110 | 11000 | 1001000 | 1101 |
Color Harmonies of #381C09
Complementary color
Monochromatic Colors of #381C09
Black with #381C09
Text Example
Text Example
White with #381C09
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C09; }
p { color: rgb(56,28,9); }
H1.HeaderClassName
{
color: #381C09;
}
.AnyTagClassName
{
color: #381C09;
}
</style>
background-color css
<style>
a { background-color: #381C09; }
a { background-color: rgb(56,28,9); }
div.DivClassName
{
background-color: #381C09;
}
.BgClassName
{
background-color: #381C09;
}
</style>
border-color css
<style>
span { border-color: #381C09; }
span { border-color: rgb(56,28,9); }
td.TdClassName
{
border-color: #381C09;
}
.TagClassName
{
border-color: #381C09;
}
</style>