Shades of Brown Pod #361E1A
Tints of Brown Pod #361E1A
RGB
CMYK
RGB Variations
Color information
#361E1A (or 0x361E1A) is known color: Brown Pod. HEX triplet: 36, 1E and 1A. RGB value is (54,30,26). Sum of RGB (Red+Green+Blue) = 54+30+26=110 (14% of max value = 765). Red value is 54 (21.48% from 255 or 49.09% from 110); Green value is 30 (12.11% from 255 or 27.27% from 110); Blue value is 26 (10.55% from 255 or 23.64% from 110); Max value from RGB is 54 - color contains mainly: red. Hex color #361E1A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #361E1A is #C9E1E5. Grayscale: #242424. Windows color (decimal): -13230566 or 1711670. OLE color: 1711670.
HSL color Cylindrical-coordinate representation of color #361E1A: hue angle of 8.57º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #361E1A is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 30 | 26 | - |
| CMYK | 0 | 0.44 | 0.52 | 0.79 |
| HSL | 8.57º | 0.35% | 0.16% | - |
| HSV(B) | 8.57º | 0.52% | 0.21% | - |
| XYZ | 2.17 | 1.79 | 1.21 | - |
| YUV | 36.72 | 121.95 | 140.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 30 | 26 | 0 | 0.44 | 0.52 | 0.79 | 8.57 | 0.35 | 0.16 |
| Hex | 36 | 1E | 1A | 0 | 2C | 34 | 4F | 9 | 23 | 10 |
| Octal | 66 | 36 | 32 | 0 | 54 | 64 | 117 | 11 | 43 | 20 |
| Binary | 110110 | 11110 | 11010 | 0 | 101100 | 110100 | 1001111 | 1001 | 100011 | 10000 |
Color Harmonies of #361E1A
Complementary color
Monochromatic Colors of #361E1A
Black with #361E1A
Text Example
Text Example
White with #361E1A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361E1A; }
p { color: rgb(54,30,26); }
H1.HeaderClassName
{
color: #361E1A;
}
.AnyTagClassName
{
color: #361E1A;
}
</style>
background-color css
<style>
a { background-color: #361E1A; }
a { background-color: rgb(54,30,26); }
div.DivClassName
{
background-color: #361E1A;
}
.BgClassName
{
background-color: #361E1A;
}
</style>
border-color css
<style>
span { border-color: #361E1A; }
span { border-color: rgb(54,30,26); }
td.TdClassName
{
border-color: #361E1A;
}
.TagClassName
{
border-color: #361E1A;
}
</style>