Shades of Brown Pod #381B03
Tints of Brown Pod #381B03
RGB
CMYK
RGB Variations
Color information
#381B03 (or 0x381B03) is known color: Brown Pod. HEX triplet: 38, 1B and 03. RGB value is (56,27,3). Sum of RGB (Red+Green+Blue) = 56+27+3=86 (11% of max value = 765). Red value is 56 (22.27% from 255 or 65.12% from 86); Green value is 27 (10.94% from 255 or 31.40% from 86); Blue value is 3 (1.56% from 255 or 3.49% from 86); Max value from RGB is 56 - color contains mainly: red. Hex color #381B03 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381B03 is #C7E4FC. Grayscale: #212121. Windows color (decimal): -13100285 or 203576. OLE color: 203576.
HSL color Cylindrical-coordinate representation of color #381B03: hue angle of 27.17º 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 #381B03 is Cyan = 0, Magento = 0.52, Yellow = 0.95 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 27 | 3 | - |
| CMYK | 0 | 0.52 | 0.95 | 0.78 |
| HSL | 27.17º | 0.9% | 0.12% | - |
| HSV(B) | 27.17º | 0.95% | 0.22% | - |
| XYZ | 2.04 | 1.63 | 0.29 | - |
| YUV | 32.94 | 111.11 | 144.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 3 | 0 | 0.52 | 0.95 | 0.78 | 27.17 | 0.9 | 0.12 |
| Hex | 38 | 1B | 3 | 0 | 34 | 5F | 4E | 1B | 5A | C |
| Octal | 70 | 33 | 3 | 0 | 64 | 137 | 116 | 33 | 132 | 14 |
| Binary | 111000 | 11011 | 11 | 0 | 110100 | 1011111 | 1001110 | 11011 | 1011010 | 1100 |
Color Harmonies of #381B03
Complementary color
Monochromatic Colors of #381B03
Black with #381B03
Text Example
Text Example
White with #381B03
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B03; }
p { color: rgb(56,27,3); }
H1.HeaderClassName
{
color: #381B03;
}
.AnyTagClassName
{
color: #381B03;
}
</style>
background-color css
<style>
a { background-color: #381B03; }
a { background-color: rgb(56,27,3); }
div.DivClassName
{
background-color: #381B03;
}
.BgClassName
{
background-color: #381B03;
}
</style>
border-color css
<style>
span { border-color: #381B03; }
span { border-color: rgb(56,27,3); }
td.TdClassName
{
border-color: #381B03;
}
.TagClassName
{
border-color: #381B03;
}
</style>