#8A736A

Color #8A736A Hurricane (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hurricane #8A736A

Tints of Hurricane #8A736A

Color information

#8A736A (or 0x8A736A) is unknown color: approx Hurricane. HEX triplet: 8A, 73 and 6A. RGB value is (138,115,106). Sum of RGB (Red+Green+Blue) = 138+115+106=359 (47% of max value = 765). Red value is 138 (54.30% from 255 or 38.44% from 359); Green value is 115 (45.31% from 255 or 32.03% from 359); Blue value is 106 (41.80% from 255 or 29.53% from 359); Max value from RGB is 138 - color contains mainly: red. Hex color #8A736A is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8A736A is #758C95. Grayscale: #787878. Windows color (decimal): -7703702 or 6976394. OLE color: 6976394.

HSL color Cylindrical-coordinate representation of color #8A736A: hue angle of 16.87º degrees, saturation: 0.13, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #8A736A is Cyan = 0, Magento = 0.17, Yellow = 0.23 and Black (K on CMYK) = 0.46.

Color convert

RGB138115106-
CMYK00.170.230.46
HSL16.87º13.11%47.84%-
HSV(B)16.87º23.19%54.12%-
XYZ19.2118.7116.23-
YUV120.85119.62140.23-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 38.44%
GREEN value IS 115 (45.31% from 255) = 32.03%
BLUE value IS 106 (41.80% from 255) = 29.53%
R=38.44%
G=32.03%
B=29.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.17
Y (Yellow) values IS 0.23
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal13811510600.170.230.4616.8713.1147.84
Hex8A736A011172E11d30
Octal2121631520212756211560
Binary100010101110011110101001000110111101110100011101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A736A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A736A; }

 p { color: rgb(138,115,106); }

 H1.HeaderClassName
 {
   color: #8A736A;
 }
 .AnyTagClassName
 {
   color: #8A736A;
 }
</style>
background-color css

<style>
 a { background-color: #8A736A; }

 a { background-color: rgb(138,115,106); }

 div.DivClassName
 {
   background-color: #8A736A;
 }
 .BgClassName
 {
   background-color: #8A736A;
 }
</style>
border-color css

<style>
 span { border-color: #8A736A; }

 span { border-color: rgb(138,115,106); }

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