Shades of Brown Pod #361708
Tints of Brown Pod #361708
RGB
CMYK
RGB Variations
Color information
#361708 (or 0x361708) is known color: Brown Pod. HEX triplet: 36, 17 and 08. RGB value is (54,23,8). Sum of RGB (Red+Green+Blue) = 54+23+8=85 (11% of max value = 765). Red value is 54 (21.48% from 255 or 63.53% from 85); Green value is 23 (9.38% from 255 or 27.06% from 85); Blue value is 8 (3.52% from 255 or 9.41% from 85); Max value from RGB is 54 - color contains mainly: red. Hex color #361708 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361708 is #C9E8F7. Grayscale: #1E1E1E. Windows color (decimal): -13232376 or 530230. OLE color: 530230.
HSL color Cylindrical-coordinate representation of color #361708: hue angle of 19.57º degrees, saturation: 0.74, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #361708 is Cyan = 0, Magento = 0.57, Yellow = 0.85 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 23 | 8 | - |
| CMYK | 0 | 0.57 | 0.85 | 0.79 |
| HSL | 19.57º | 0.74% | 0.12% | - |
| HSV(B) | 19.57º | 0.85% | 0.21% | - |
| XYZ | 1.87 | 1.41 | 0.4 | - |
| YUV | 30.56 | 115.27 | 144.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 23 | 8 | 0 | 0.57 | 0.85 | 0.79 | 19.57 | 0.74 | 0.12 |
| Hex | 36 | 17 | 8 | 0 | 39 | 55 | 4F | 14 | 4A | C |
| Octal | 66 | 27 | 10 | 0 | 71 | 125 | 117 | 24 | 112 | 14 |
| Binary | 110110 | 10111 | 1000 | 0 | 111001 | 1010101 | 1001111 | 10100 | 1001010 | 1100 |
Color Harmonies of #361708
Complementary color
Monochromatic Colors of #361708
Black with #361708
Text Example
Text Example
White with #361708
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361708; }
p { color: rgb(54,23,8); }
H1.HeaderClassName
{
color: #361708;
}
.AnyTagClassName
{
color: #361708;
}
</style>
background-color css
<style>
a { background-color: #361708; }
a { background-color: rgb(54,23,8); }
div.DivClassName
{
background-color: #361708;
}
.BgClassName
{
background-color: #361708;
}
</style>
border-color css
<style>
span { border-color: #361708; }
span { border-color: rgb(54,23,8); }
td.TdClassName
{
border-color: #361708;
}
.TagClassName
{
border-color: #361708;
}
</style>