#938176

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

Shades of Hurricane #938176

Tints of Hurricane #938176

Color information

#938176 (or 0x938176) is unknown color: approx Hurricane. HEX triplet: 93, 81 and 76. RGB value is (147,129,118). Sum of RGB (Red+Green+Blue) = 147+129+118=394 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.31% from 394); Green value is 129 (50.78% from 255 or 32.74% from 394); Blue value is 118 (46.48% from 255 or 29.95% from 394); Max value from RGB is 147 - color contains mainly: red. Hex color #938176 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938176 is #6C7E89. Grayscale: #858585. Windows color (decimal): -7110282 or 7766419. OLE color: 7766419.

HSL color Cylindrical-coordinate representation of color #938176: hue angle of 22.76º degrees, saturation: 0.12, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #938176 is Cyan = 0, Magento = 0.12, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB147129118-
CMYK00.120.200.42
HSL22.76º11.84%51.96%-
HSV(B)22.76º19.73%57.65%-
XYZ23.1523.2120.4-
YUV133.13119.46137.89-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.31%
GREEN value IS 129 (50.78% from 255) = 32.74%
BLUE value IS 118 (46.48% from 255) = 29.95%
R=37.31%
G=32.74%
B=29.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712911800.120.200.4222.7611.8451.96
Hex9381760C142A17c34
Octal2232011660142452271464
Binary100100111000000111101100110010100101010101111100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938176

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938176; }

 p { color: rgb(147,129,118); }

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

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

 a { background-color: rgb(147,129,118); }

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

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

 span { border-color: rgb(147,129,118); }

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