#997482

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

Shades of Venus #997482

Tints of Venus #997482

Color information

#997482 (or 0x997482) is unknown color: approx Venus. HEX triplet: 99, 74 and 82. RGB value is (153,116,130). Sum of RGB (Red+Green+Blue) = 153+116+130=399 (52% of max value = 765). Red value is 153 (60.16% from 255 or 38.35% from 399); Green value is 116 (45.70% from 255 or 29.07% from 399); Blue value is 130 (51.17% from 255 or 32.58% from 399); Max value from RGB is 153 - color contains mainly: red. Hex color #997482 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #997482 is #668B7D. Grayscale: #808080. Windows color (decimal): -6720382 or 8549529. OLE color: 8549529.

HSL color Cylindrical-coordinate representation of color #997482: hue angle of 337.3º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #997482 is Cyan = 0, Magento = 0.24, Yellow = 0.15 and Black (K on CMYK) = 0.4.

Color convert

RGB153116130-
CMYK00.240.150.4
HSL337.3º15.35%52.75%-
HSV(B)337.3º24.18%60%-
XYZ23.4120.8723.91-
YUV128.66128.76145.36-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 38.35%
GREEN value IS 116 (45.70% from 255) = 29.07%
BLUE value IS 130 (51.17% from 255) = 32.58%
R=38.35%
G=29.07%
B=32.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.24
Y (Yellow) values IS 0.15
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal15311613000.240.150.4337.315.3552.75
Hex997482018F28151f35
Octal23116420203017505211765
Binary1001100111101001000001001100011111010001010100011111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #997482

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #997482; }

 p { color: rgb(153,116,130); }

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

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

 a { background-color: rgb(153,116,130); }

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

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

 span { border-color: rgb(153,116,130); }

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