Shades of Hurricane #83736C
Tints of Hurricane #83736C
RGB
CMYK
RGB Variations
Color information
#83736C (or 0x83736C) is known color: Hurricane. HEX triplet: 83, 73 and 6C. RGB value is (131,115,108). Sum of RGB (Red+Green+Blue) = 131+115+108=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 115 (45.31% from 255 or 32.49% from 354); Blue value is 108 (42.58% from 255 or 30.51% from 354); Max value from RGB is 131 - color contains mainly: red. Hex color #83736C is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83736C is #7C8C93. Grayscale: #777777. Windows color (decimal): -8162452 or 7107459. OLE color: 7107459.
HSL color Cylindrical-coordinate representation of color #83736C: hue angle of 18.26º degrees, saturation: 0.1, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #83736C is Cyan = 0, Magento = 0.12, Yellow = 0.18 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 115 | 108 | - |
| CMYK | 0 | 0.12 | 0.18 | 0.49 |
| HSL | 18.26º | 0.1% | 0.47% | - |
| HSV(B) | 18.26º | 0.18% | 0.51% | - |
| XYZ | 18.2 | 18.17 | 16.74 | - |
| YUV | 118.99 | 121.8 | 136.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 115 | 108 | 0 | 0.12 | 0.18 | 0.49 | 18.26 | 0.1 | 0.47 |
| Hex | 83 | 73 | 6C | 0 | C | 12 | 31 | 12 | A | 2F |
| Octal | 203 | 163 | 154 | 0 | 14 | 22 | 61 | 22 | 12 | 57 |
| Binary | 10000011 | 1110011 | 1101100 | 0 | 1100 | 10010 | 110001 | 10010 | 1010 | 101111 |
Color Harmonies of #83736C
Complementary color
Monochromatic Colors of #83736C
Black with #83736C
Text Example
Text Example
White with #83736C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83736C; }
p { color: rgb(131,115,108); }
H1.HeaderClassName
{
color: #83736C;
}
.AnyTagClassName
{
color: #83736C;
}
</style>
background-color css
<style>
a { background-color: #83736C; }
a { background-color: rgb(131,115,108); }
div.DivClassName
{
background-color: #83736C;
}
.BgClassName
{
background-color: #83736C;
}
</style>
border-color css
<style>
span { border-color: #83736C; }
span { border-color: rgb(131,115,108); }
td.TdClassName
{
border-color: #83736C;
}
.TagClassName
{
border-color: #83736C;
}
</style>