#938075

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

Shades of Hurricane #938075

Tints of Hurricane #938075

Color information

#938075 (or 0x938075) is unknown color: approx Hurricane. HEX triplet: 93, 80 and 75. RGB value is (147,128,117). Sum of RGB (Red+Green+Blue) = 147+128+117=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 128 (50.39% from 255 or 32.65% from 392); Blue value is 117 (46.09% from 255 or 29.85% from 392); Max value from RGB is 147 - color contains mainly: red. Hex color #938075 is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #938075 is #6C7F8A. Grayscale: #848484. Windows color (decimal): -7110539 or 7700627. OLE color: 7700627.

HSL color Cylindrical-coordinate representation of color #938075: hue angle of 22º 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 #938075 is Cyan = 0, Magento = 0.13, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB147128117-
CMYK00.130.200.42
HSL22º12.2%51.76%-
HSV(B)22º20.41%57.65%-
XYZ22.9622.9320.04-
YUV132.43119.29138.39-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 37.5%
GREEN value IS 128 (50.39% from 255) = 32.65%
BLUE value IS 117 (46.09% from 255) = 29.85%
R=37.5%
G=32.65%
B=29.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.13
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14712811700.130.200.422212.251.76
Hex9380750D142A16c34
Octal2232001650152452261464
Binary100100111000000011101010110110100101010101101100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #938075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #938075; }

 p { color: rgb(147,128,117); }

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

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

 a { background-color: rgb(147,128,117); }

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

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

 span { border-color: rgb(147,128,117); }

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