Shades of Brown Pod #381807
Tints of Brown Pod #381807
RGB
CMYK
RGB Variations
Color information
#381807 (or 0x381807) is known color: Brown Pod. HEX triplet: 38, 18 and 07. RGB value is (56,24,7). Sum of RGB (Red+Green+Blue) = 56+24+7=87 (11% of max value = 765). Red value is 56 (22.27% from 255 or 64.37% from 87); Green value is 24 (9.77% from 255 or 27.59% from 87); Blue value is 7 (3.12% from 255 or 8.05% from 87); Max value from RGB is 56 - color contains mainly: red. Hex color #381807 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381807 is #C7E7F8. Grayscale: #1F1F1F. Windows color (decimal): -13101049 or 464952. OLE color: 464952.
HSL color Cylindrical-coordinate representation of color #381807: hue angle of 20.82º degrees, saturation: 0.78, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #381807 is Cyan = 0, Magento = 0.57, Yellow = 0.88 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 24 | 7 | - |
| CMYK | 0 | 0.57 | 0.88 | 0.78 |
| HSL | 20.82º | 0.78% | 0.12% | - |
| HSV(B) | 20.82º | 0.88% | 0.22% | - |
| XYZ | 2 | 1.51 | 0.39 | - |
| YUV | 31.63 | 114.1 | 145.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 24 | 7 | 0 | 0.57 | 0.88 | 0.78 | 20.82 | 0.78 | 0.12 |
| Hex | 38 | 18 | 7 | 0 | 39 | 58 | 4E | 15 | 4E | C |
| Octal | 70 | 30 | 7 | 0 | 71 | 130 | 116 | 25 | 116 | 14 |
| Binary | 111000 | 11000 | 111 | 0 | 111001 | 1011000 | 1001110 | 10101 | 1001110 | 1100 |
Color Harmonies of #381807
Complementary color
Monochromatic Colors of #381807
Black with #381807
Text Example
Text Example
White with #381807
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381807; }
p { color: rgb(56,24,7); }
H1.HeaderClassName
{
color: #381807;
}
.AnyTagClassName
{
color: #381807;
}
</style>
background-color css
<style>
a { background-color: #381807; }
a { background-color: rgb(56,24,7); }
div.DivClassName
{
background-color: #381807;
}
.BgClassName
{
background-color: #381807;
}
</style>
border-color css
<style>
span { border-color: #381807; }
span { border-color: rgb(56,24,7); }
td.TdClassName
{
border-color: #381807;
}
.TagClassName
{
border-color: #381807;
}
</style>