Shades of Hurricane #83746E
Tints of Hurricane #83746E
RGB
CMYK
RGB Variations
Color information
#83746E (or 0x83746E) is known color: Hurricane. HEX triplet: 83, 74 and 6E. RGB value is (131,116,110). Sum of RGB (Red+Green+Blue) = 131+116+110=357 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.69% from 357); Green value is 116 (45.70% from 255 or 32.49% from 357); Blue value is 110 (43.36% from 255 or 30.81% from 357); Max value from RGB is 131 - color contains mainly: red. Hex color #83746E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83746E is #7C8B91. Grayscale: #777777. Windows color (decimal): -8162194 or 7238787. OLE color: 7238787.
HSL color Cylindrical-coordinate representation of color #83746E: hue angle of 17.14º degrees, saturation: 0.09, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.16%. Process color model (Four color, CMYK) of #83746E is Cyan = 0, Magento = 0.11, Yellow = 0.16 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 131 | 116 | 110 | - |
| CMYK | 0 | 0.11 | 0.16 | 0.49 |
| HSL | 17.14º | 0.09% | 0.47% | - |
| HSV(B) | 17.14º | 0.16% | 0.51% | - |
| XYZ | 18.42 | 18.44 | 17.34 | - |
| YUV | 119.8 | 122.47 | 135.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 116 | 110 | 0 | 0.11 | 0.16 | 0.49 | 17.14 | 0.09 | 0.47 |
| Hex | 83 | 74 | 6E | 0 | B | 10 | 31 | 11 | 9 | 2F |
| Octal | 203 | 164 | 156 | 0 | 13 | 20 | 61 | 21 | 11 | 57 |
| Binary | 10000011 | 1110100 | 1101110 | 0 | 1011 | 10000 | 110001 | 10001 | 1001 | 101111 |
Color Harmonies of #83746E
Complementary color
Monochromatic Colors of #83746E
Black with #83746E
Text Example
Text Example
White with #83746E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #83746E; }
p { color: rgb(131,116,110); }
H1.HeaderClassName
{
color: #83746E;
}
.AnyTagClassName
{
color: #83746E;
}
</style>
background-color css
<style>
a { background-color: #83746E; }
a { background-color: rgb(131,116,110); }
div.DivClassName
{
background-color: #83746E;
}
.BgClassName
{
background-color: #83746E;
}
</style>
border-color css
<style>
span { border-color: #83746E; }
span { border-color: rgb(131,116,110); }
td.TdClassName
{
border-color: #83746E;
}
.TagClassName
{
border-color: #83746E;
}
</style>