Shades of Brown Pod #361405
Tints of Brown Pod #361405
RGB
CMYK
RGB Variations
Color information
#361405 (or 0x361405) is known color: Brown Pod. HEX triplet: 36, 14 and 05. RGB value is (54,20,5). Sum of RGB (Red+Green+Blue) = 54+20+5=79 (10% of max value = 765). Red value is 54 (21.48% from 255 or 68.35% from 79); Green value is 20 (8.20% from 255 or 25.32% from 79); Blue value is 5 (2.34% from 255 or 6.33% from 79); Max value from RGB is 54 - color contains mainly: red. Hex color #361405 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361405 is #C9EBFA. Grayscale: #1C1C1C. Windows color (decimal): -13233147 or 332854. OLE color: 332854.
HSL color Cylindrical-coordinate representation of color #361405: hue angle of 18.37º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #361405 is Cyan = 0, Magento = 0.63, Yellow = 0.91 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 20 | 5 | - |
| CMYK | 0 | 0.63 | 0.91 | 0.79 |
| HSL | 18.37º | 0.83% | 0.12% | - |
| HSV(B) | 18.37º | 0.91% | 0.21% | - |
| XYZ | 1.8 | 1.3 | 0.3 | - |
| YUV | 28.46 | 114.76 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 20 | 5 | 0 | 0.63 | 0.91 | 0.79 | 18.37 | 0.83 | 0.12 |
| Hex | 36 | 14 | 5 | 0 | 3F | 5B | 4F | 12 | 53 | C |
| Octal | 66 | 24 | 5 | 0 | 77 | 133 | 117 | 22 | 123 | 14 |
| Binary | 110110 | 10100 | 101 | 0 | 111111 | 1011011 | 1001111 | 10010 | 1010011 | 1100 |
Color Harmonies of #361405
Complementary color
Monochromatic Colors of #361405
Black with #361405
Text Example
Text Example
White with #361405
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361405; }
p { color: rgb(54,20,5); }
H1.HeaderClassName
{
color: #361405;
}
.AnyTagClassName
{
color: #361405;
}
</style>
background-color css
<style>
a { background-color: #361405; }
a { background-color: rgb(54,20,5); }
div.DivClassName
{
background-color: #361405;
}
.BgClassName
{
background-color: #361405;
}
</style>
border-color css
<style>
span { border-color: #361405; }
span { border-color: rgb(54,20,5); }
td.TdClassName
{
border-color: #361405;
}
.TagClassName
{
border-color: #361405;
}
</style>