Shades of Brown Pod #361703
Tints of Brown Pod #361703
RGB
CMYK
RGB Variations
Color information
#361703 (or 0x361703) is known color: Brown Pod. HEX triplet: 36, 17 and 03. RGB value is (54,23,3). Sum of RGB (Red+Green+Blue) = 54+23+3=80 (10% of max value = 765). Red value is 54 (21.48% from 255 or 67.5% from 80); Green value is 23 (9.38% from 255 or 28.75% from 80); Blue value is 3 (1.56% from 255 or 3.75% from 80); Max value from RGB is 54 - color contains mainly: red. Hex color #361703 is not a web safe color. Web safe color analog (approx): #330000. Inversed color of #361703 is #C9E8FC. Grayscale: #1E1E1E. Windows color (decimal): -13232381 or 202550. OLE color: 202550.
HSL color Cylindrical-coordinate representation of color #361703: hue angle of 23.53º degrees, saturation: 0.89, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #361703 is Cyan = 0, Magento = 0.57, Yellow = 0.94 and Black (K on CMYK) = 0.79.
Color convert
| RGB | 54 | 23 | 3 | - |
| CMYK | 0 | 0.57 | 0.94 | 0.79 |
| HSL | 23.53º | 0.89% | 0.11% | - |
| HSV(B) | 23.53º | 0.94% | 0.21% | - |
| XYZ | 1.84 | 1.4 | 0.26 | - |
| YUV | 29.99 | 112.77 | 145.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 23 | 3 | 0 | 0.57 | 0.94 | 0.79 | 23.53 | 0.89 | 0.11 |
| Hex | 36 | 17 | 3 | 0 | 39 | 5E | 4F | 18 | 59 | B |
| Octal | 66 | 27 | 3 | 0 | 71 | 136 | 117 | 30 | 131 | 13 |
| Binary | 110110 | 10111 | 11 | 0 | 111001 | 1011110 | 1001111 | 11000 | 1011001 | 1011 |
Color Harmonies of #361703
Complementary color
Monochromatic Colors of #361703
Black with #361703
Text Example
Text Example
White with #361703
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #361703; }
p { color: rgb(54,23,3); }
H1.HeaderClassName
{
color: #361703;
}
.AnyTagClassName
{
color: #361703;
}
</style>
background-color css
<style>
a { background-color: #361703; }
a { background-color: rgb(54,23,3); }
div.DivClassName
{
background-color: #361703;
}
.BgClassName
{
background-color: #361703;
}
</style>
border-color css
<style>
span { border-color: #361703; }
span { border-color: rgb(54,23,3); }
td.TdClassName
{
border-color: #361703;
}
.TagClassName
{
border-color: #361703;
}
</style>