Html Css Color HEX #83746F Hurricane

📋 copy color: '#83746F'

red 131 ◦ green 116 ◦ blue 111

#83746F
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hurricane #83746F

Tints of Hurricane #83746F

RGB

 RED value IS 131 (51.56% from 255) = 36.59%

 GREEN value IS 116 (45.7% from 255) = 32.4%

 BLUE value IS 111 (43.75% from 255) = 31.01%

R = 36.59%
G = 32.4%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.15

 K value IS 0.49

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#83746F (or 0x83746F) is known color: Hurricane. HEX triplet: 83, 74 and 6F. RGB value is (131,116,111). Sum of RGB (Red+Green+Blue) = 131+116+111=358 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.59% from 358); Green value is 116 (45.70% from 255 or 32.40% from 358); Blue value is 111 (43.75% from 255 or 31.01% from 358); Max value from RGB is 131 - color contains mainly: red. Hex color #83746F is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #83746F is #7C8B90. Grayscale: #777777. Windows color (decimal): -8162193 or 7304323. OLE color: 7304323.

HSL color Cylindrical-coordinate representation of color #83746F: hue angle of 15º degrees, saturation: 0.08, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #83746F is Cyan = 0, Magento = 0.11, Yellow = 0.15 and Black (K on CMYK) = 0.49.

Color convert

RGB 131 116 111 -
CMYK 0 0.11 0.15 0.49
HSL 15º 0.08% 0.47% -
HSV(B) 15º 0.15% 0.51% -
XYZ 18.47 18.46 17.63 -
YUV 119.92 122.97 135.91 -
System Red Green Blue C M Y K H S L
Decimal 131 116 111 0 0.11 0.15 0.49 15 0.08 0.47
Hex 83 74 6F 0 B F 31 F 8 2F
Octal 203 164 157 0 13 17 61 17 10 57
Binary 10000011 1110100 1101111 0 1011 1111 110001 1111 1000 101111

Color Harmonies of #83746F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #83746F

Black with #83746F

Text Example


Text Example

White with #83746F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #83746F; }

 p { color: rgb(131,116,111); }

 H1.HeaderClassName
 {
   color: #83746F;
 }
 .AnyTagClassName
 {
   color: #83746F;
 }
</style>

background-color css

<style>
 a { background-color: #83746F; }

 a { background-color: rgb(131,116,111); }

 div.DivClassName
 {
   background-color: #83746F;
 }
 .BgClassName
 {
   background-color: #83746F;
 }
</style>

border-color css

<style>
 span { border-color: #83746F; }

 span { border-color: rgb(131,116,111); }

 td.TdClassName
 {
   border-color: #83746F;
 }
 .TagClassName
 {
   border-color: #83746F;
 }
</style>