Shades of Brown Pod #381403
Tints of Brown Pod #381403
RGB
CMYK
RGB Variations
Color information
#381403 (or 0x381403) is known color: Brown Pod. HEX triplet: 38, 14 and 03. RGB value is (56,20,3). Sum of RGB (Red+Green+Blue) = 56+20+3=79 (10% of max value = 765). Red value is 56 (22.27% from 255 or 70.89% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 3 (1.56% from 255 or 3.80% from 79); Max value from RGB is 56 - color contains mainly: red. Hex color #381403 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #381403 is #C7EBFC. Grayscale: #1C1C1C. Windows color (decimal): -13102077 or 201784. OLE color: 201784.
HSL color Cylindrical-coordinate representation of color #381403: hue angle of 19.25º degrees, saturation: 0.9, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #381403 is Cyan = 0, Magento = 0.64, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 20 | 3 | - |
| CMYK | 0 | 0.64 | 0.95 | 0.78 |
| HSL | 19.25º | 0.9% | 0.12% | - |
| HSV(B) | 19.25º | 0.95% | 0.22% | - |
| XYZ | 1.9 | 1.35 | 0.25 | - |
| YUV | 28.83 | 113.43 | 147.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 20 | 3 | 0 | 0.64 | 0.95 | 0.78 | 19.25 | 0.9 | 0.12 |
| Hex | 38 | 14 | 3 | 0 | 40 | 5F | 4E | 13 | 5A | C |
| Octal | 70 | 24 | 3 | 0 | 100 | 137 | 116 | 23 | 132 | 14 |
| Binary | 111000 | 10100 | 11 | 0 | 1000000 | 1011111 | 1001110 | 10011 | 1011010 | 1100 |
Color Harmonies of #381403
Complementary color
Monochromatic Colors of #381403
Black with #381403
Text Example
Text Example
White with #381403
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381403; }
p { color: rgb(56,20,3); }
H1.HeaderClassName
{
color: #381403;
}
.AnyTagClassName
{
color: #381403;
}
</style>
background-color css
<style>
a { background-color: #381403; }
a { background-color: rgb(56,20,3); }
div.DivClassName
{
background-color: #381403;
}
.BgClassName
{
background-color: #381403;
}
</style>
border-color css
<style>
span { border-color: #381403; }
span { border-color: rgb(56,20,3); }
td.TdClassName
{
border-color: #381403;
}
.TagClassName
{
border-color: #381403;
}
</style>