Shades of Brown Pod #381402
Tints of Brown Pod #381402
RGB
CMYK
RGB Variations
Color information
#381402 (or 0x381402) is known color: Brown Pod. HEX triplet: 38, 14 and 02. RGB value is (56,20,2). Sum of RGB (Red+Green+Blue) = 56+20+2=78 (10% of max value = 765). Red value is 56 (22.27% from 255 or 71.79% from 78); Green value is 20 (8.20% from 255 or 25.64% from 78); Blue value is 2 (1.17% from 255 or 2.56% from 78); Max value from RGB is 56 - color contains mainly: red. Hex color #381402 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381402 is #C7EBFD. Grayscale: #1C1C1C. Windows color (decimal): -13102078 or 136248. OLE color: 136248.
HSL color Cylindrical-coordinate representation of color #381402: hue angle of 20º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #381402 is Cyan = 0, Magento = 0.64, Yellow = 0.96 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 20 | 2 | - |
| CMYK | 0 | 0.64 | 0.96 | 0.78 |
| HSL | 20º | 0.93% | 0.11% | - |
| HSV(B) | 20º | 0.96% | 0.22% | - |
| XYZ | 1.89 | 1.35 | 0.22 | - |
| YUV | 28.71 | 112.93 | 147.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 2 | 0 | 0.64 | 0.96 | 0.78 | 20 | 0.93 | 0.11 |
| Hex | 38 | 14 | 2 | 0 | 40 | 60 | 4E | 14 | 5D | B |
| Octal | 70 | 24 | 2 | 0 | 100 | 140 | 116 | 24 | 135 | 13 |
| Binary | 111000 | 10100 | 10 | 0 | 1000000 | 1100000 | 1001110 | 10100 | 1011101 | 1011 |
Color Harmonies of #381402
Complementary color
Monochromatic Colors of #381402
Black with #381402
Text Example
Text Example
White with #381402
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381402; }
p { color: rgb(56,20,2); }
H1.HeaderClassName
{
color: #381402;
}
.AnyTagClassName
{
color: #381402;
}
</style>
background-color css
<style>
a { background-color: #381402; }
a { background-color: rgb(56,20,2); }
div.DivClassName
{
background-color: #381402;
}
.BgClassName
{
background-color: #381402;
}
</style>
border-color css
<style>
span { border-color: #381402; }
span { border-color: rgb(56,20,2); }
td.TdClassName
{
border-color: #381402;
}
.TagClassName
{
border-color: #381402;
}
</style>