Shades of Brown Pod #381C08
Tints of Brown Pod #381C08
RGB
CMYK
RGB Variations
Color information
#381C08 (or 0x381C08) is known color: Brown Pod. HEX triplet: 38, 1C and 08. RGB value is (56,28,8). Sum of RGB (Red+Green+Blue) = 56+28+8=92 (12% of max value = 765). Red value is 56 (22.27% from 255 or 60.87% from 92); Green value is 28 (11.33% from 255 or 30.43% from 92); Blue value is 8 (3.52% from 255 or 8.70% from 92); Max value from RGB is 56 - color contains mainly: red. Hex color #381C08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381C08 is #C7E3F7. Grayscale: #222222. Windows color (decimal): -13100024 or 531512. OLE color: 531512.
HSL color Cylindrical-coordinate representation of color #381C08: hue angle of 25º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381C08 is Cyan = 0, Magento = 0.50, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 28 | 8 | - |
| CMYK | 0 | 0.50 | 0.86 | 0.78 |
| HSL | 25º | 0.75% | 0.13% | - |
| HSV(B) | 25º | 0.86% | 0.22% | - |
| XYZ | 2.09 | 1.69 | 0.45 | - |
| YUV | 34.09 | 113.28 | 143.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 28 | 8 | 0 | 0.50 | 0.86 | 0.78 | 25 | 0.75 | 0.13 |
| Hex | 38 | 1C | 8 | 0 | 32 | 56 | 4E | 19 | 4B | D |
| Octal | 70 | 34 | 10 | 0 | 62 | 126 | 116 | 31 | 113 | 15 |
| Binary | 111000 | 11100 | 1000 | 0 | 110010 | 1010110 | 1001110 | 11001 | 1001011 | 1101 |
Color Harmonies of #381C08
Complementary color
Monochromatic Colors of #381C08
Black with #381C08
Text Example
Text Example
White with #381C08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381C08; }
p { color: rgb(56,28,8); }
H1.HeaderClassName
{
color: #381C08;
}
.AnyTagClassName
{
color: #381C08;
}
</style>
background-color css
<style>
a { background-color: #381C08; }
a { background-color: rgb(56,28,8); }
div.DivClassName
{
background-color: #381C08;
}
.BgClassName
{
background-color: #381C08;
}
</style>
border-color css
<style>
span { border-color: #381C08; }
span { border-color: rgb(56,28,8); }
td.TdClassName
{
border-color: #381C08;
}
.TagClassName
{
border-color: #381C08;
}
</style>