Shades of Brown Pod #381200
Tints of Brown Pod #381200
RGB
CMYK
RGB Variations
Color information
#381200 (or 0x381200) is known color: Brown Pod. HEX triplet: 38, 12 and 00. RGB value is (56,18,0). Sum of RGB (Red+Green+Blue) = 56+18+0=74 (9% of max value = 765). Red value is 56 (22.27% from 255 or 75.68% from 74); Green value is 18 (7.42% from 255 or 24.32% from 74); Blue value is 0 (0.39% from 255 or 0% from 74); Max value from RGB is 56 - color contains mainly: red. Hex color #381200 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381200 is #C7EDFF. Grayscale: #1B1B1B. Windows color (decimal): -13102592 or 4664. OLE color: 4664.
HSL color Cylindrical-coordinate representation of color #381200: hue angle of 19.29º 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 #381200 is Cyan = 0, Magento = 0.68, Yellow = 1 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 18 | 0 | - |
| CMYK | 0 | 0.68 | 1 | 0.78 |
| HSL | 19.29º | 1% | 0.11% | - |
| HSV(B) | 19.29º | 1% | 0.22% | - |
| XYZ | 1.85 | 1.27 | 0.15 | - |
| YUV | 27.31 | 112.59 | 148.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 18 | 0 | 0 | 0.68 | 1 | 0.78 | 19.29 | 1 | 0.11 |
| Hex | 38 | 12 | 0 | 0 | 44 | 64 | 4E | 13 | 64 | B |
| Octal | 70 | 22 | 0 | 0 | 104 | 144 | 116 | 23 | 144 | 13 |
| Binary | 111000 | 10010 | 0 | 0 | 1000100 | 1100100 | 1001110 | 10011 | 1100100 | 1011 |
Color Harmonies of #381200
Complementary color
Monochromatic Colors of #381200
Black with #381200
Text Example
Text Example
White with #381200
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381200; }
p { color: rgb(56,18,0); }
H1.HeaderClassName
{
color: #381200;
}
.AnyTagClassName
{
color: #381200;
}
</style>
background-color css
<style>
a { background-color: #381200; }
a { background-color: rgb(56,18,0); }
div.DivClassName
{
background-color: #381200;
}
.BgClassName
{
background-color: #381200;
}
</style>
border-color css
<style>
span { border-color: #381200; }
span { border-color: rgb(56,18,0); }
td.TdClassName
{
border-color: #381200;
}
.TagClassName
{
border-color: #381200;
}
</style>