#93827A

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

Shades of Hurricane #93827A

Tints of Hurricane #93827A

Color information

#93827A (or 0x93827A) is unknown color: approx Hurricane. HEX triplet: 93, 82 and 7A. RGB value is (147,130,122). Sum of RGB (Red+Green+Blue) = 147+130+122=399 (52% of max value = 765). Red value is 147 (57.81% from 255 or 36.84% from 399); Green value is 130 (51.17% from 255 or 32.58% from 399); Blue value is 122 (48.05% from 255 or 30.58% from 399); Max value from RGB is 147 - color contains mainly: red. Hex color #93827A is not a web safe color. Web safe color analog (approx): #999966. Inversed color of #93827A is #6C7D85. Grayscale: #868686. Windows color (decimal): -7110022 or 8028819. OLE color: 8028819.

HSL color Cylindrical-coordinate representation of color #93827A: hue angle of 19.2º degrees, saturation: 0.1, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #93827A is Cyan = 0, Magento = 0.12, Yellow = 0.17 and Black (K on CMYK) = 0.42.

Color convert

RGB147130122-
CMYK00.120.170.42
HSL19.2º10.37%52.75%-
HSV(B)19.2º17.01%57.65%-
XYZ23.5323.5721.72-
YUV134.17121.13137.15-

RGB Variations

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

RGB

RED value IS 147 (57.81% from 255) = 36.84%
GREEN value IS 130 (51.17% from 255) = 32.58%
BLUE value IS 122 (48.05% from 255) = 30.58%
R=36.84%
G=32.58%
B=30.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.12
Y (Yellow) values IS 0.17
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14713012200.120.170.4219.210.3752.75
Hex93827A0C112A13a35
Octal2232021720142152231265
Binary100100111000001011110100110010001101010100111010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #93827A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #93827A; }

 p { color: rgb(147,130,122); }

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

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

 a { background-color: rgb(147,130,122); }

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

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

 span { border-color: rgb(147,130,122); }

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