Shades of Brown Pod #381B08
Tints of Brown Pod #381B08
RGB
CMYK
RGB Variations
Color information
#381B08 (or 0x381B08) is known color: Brown Pod. HEX triplet: 38, 1B and 08. RGB value is (56,27,8). Sum of RGB (Red+Green+Blue) = 56+27+8=91 (12% of max value = 765). Red value is 56 (22.27% from 255 or 61.54% from 91); Green value is 27 (10.94% from 255 or 29.67% from 91); Blue value is 8 (3.52% from 255 or 8.79% from 91); Max value from RGB is 56 - color contains mainly: red. Hex color #381B08 is not a web safe color. Web safe color analog (approx): #333300. Inversed color of #381B08 is #C7E4F7. Grayscale: #212121. Windows color (decimal): -13100280 or 531256. OLE color: 531256.
HSL color Cylindrical-coordinate representation of color #381B08: hue angle of 23.75º degrees, saturation: 0.75, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #381B08 is Cyan = 0, Magento = 0.52, Yellow = 0.86 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 56 | 27 | 8 | - |
| CMYK | 0 | 0.52 | 0.86 | 0.78 |
| HSL | 23.75º | 0.75% | 0.13% | - |
| HSV(B) | 23.75º | 0.86% | 0.22% | - |
| XYZ | 2.07 | 1.64 | 0.44 | - |
| YUV | 33.51 | 113.61 | 144.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 27 | 8 | 0 | 0.52 | 0.86 | 0.78 | 23.75 | 0.75 | 0.13 |
| Hex | 38 | 1B | 8 | 0 | 34 | 56 | 4E | 18 | 4B | D |
| Octal | 70 | 33 | 10 | 0 | 64 | 126 | 116 | 30 | 113 | 15 |
| Binary | 111000 | 11011 | 1000 | 0 | 110100 | 1010110 | 1001110 | 11000 | 1001011 | 1101 |
Color Harmonies of #381B08
Complementary color
Monochromatic Colors of #381B08
Black with #381B08
Text Example
Text Example
White with #381B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #381B08; }
p { color: rgb(56,27,8); }
H1.HeaderClassName
{
color: #381B08;
}
.AnyTagClassName
{
color: #381B08;
}
</style>
background-color css
<style>
a { background-color: #381B08; }
a { background-color: rgb(56,27,8); }
div.DivClassName
{
background-color: #381B08;
}
.BgClassName
{
background-color: #381B08;
}
</style>
border-color css
<style>
span { border-color: #381B08; }
span { border-color: rgb(56,27,8); }
td.TdClassName
{
border-color: #381B08;
}
.TagClassName
{
border-color: #381B08;
}
</style>