Shades of Brown Pod #3E180B
Tints of Brown Pod #3E180B
RGB
CMYK
RGB Variations
Color information
#3E180B (or 0x3E180B) is known color: Brown Pod. HEX triplet: 3E, 18 and 0B. RGB value is (62,24,11). Sum of RGB (Red+Green+Blue) = 62+24+11=97 (12% of max value = 765). Red value is 62 (24.61% from 255 or 63.92% from 97); Green value is 24 (9.77% from 255 or 24.74% from 97); Blue value is 11 (4.69% from 255 or 11.34% from 97); Max value from RGB is 62 - color contains mainly: red. Hex color #3E180B is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #3E180B is #C1E7F4. Grayscale: #212121. Windows color (decimal): -12707829 or 727102. OLE color: 727102.
HSL color Cylindrical-coordinate representation of color #3E180B: hue angle of 15.29º degrees, saturation: 0.7, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #3E180B is Cyan = 0, Magento = 0.61, Yellow = 0.82 and Black (K on CMYK) = 0.76.
Color convert
RGB | 62 | 24 | 11 | - |
CMYK | 0 | 0.61 | 0.82 | 0.76 |
HSL | 15.29º | 0.7% | 0.14% | - |
HSV(B) | 15.29º | 0.82% | 0.24% | - |
XYZ | 2.37 | 1.7 | 0.52 | - |
YUV | 33.88 | 115.09 | 148.06 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 62 | 24 | 11 | 0 | 0.61 | 0.82 | 0.76 | 15.29 | 0.7 | 0.14 |
Hex | 3E | 18 | B | 0 | 3D | 52 | 4C | F | 46 | E |
Octal | 76 | 30 | 13 | 0 | 75 | 122 | 114 | 17 | 106 | 16 |
Binary | 111110 | 11000 | 1011 | 0 | 111101 | 1010010 | 1001100 | 1111 | 1000110 | 1110 |
Color Harmonies of #3E180B
Complementary color
Monochromatic Colors of #3E180B
Black with #3E180B
Text Example
Text Example
White with #3E180B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3E180B; }
p { color: rgb(62,24,11); }
H1.HeaderClassName
{
color: #3E180B;
}
.AnyTagClassName
{
color: #3E180B;
}
</style>
background-color css
<style>
a { background-color: #3E180B; }
a { background-color: rgb(62,24,11); }
div.DivClassName
{
background-color: #3E180B;
}
.BgClassName
{
background-color: #3E180B;
}
</style>
border-color css
<style>
span { border-color: #3E180B; }
span { border-color: rgb(62,24,11); }
td.TdClassName
{
border-color: #3E180B;
}
.TagClassName
{
border-color: #3E180B;
}
</style>