#984755

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

Shades of Night Shadz #984755

Tints of Night Shadz #984755

Color information

#984755 (or 0x984755) is unknown color: approx Night Shadz. HEX triplet: 98, 47 and 55. RGB value is (152,71,85). Sum of RGB (Red+Green+Blue) = 152+71+85=308 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.35% from 308); Green value is 71 (28.12% from 255 or 23.05% from 308); Blue value is 85 (33.59% from 255 or 27.60% from 308); Max value from RGB is 152 - color contains mainly: red. Hex color #984755 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984755 is #67B8AA. Grayscale: #606060. Windows color (decimal): -6797483 or 5588888. OLE color: 5588888.

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

Color convert

RGB1527185-
CMYK00.530.440.40
HSL349.63º36.32%43.73%-
HSV(B)349.63º53.29%59.61%-
XYZ16.8411.849.99-
YUV96.82121.34167.36-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.35%
GREEN value IS 71 (28.12% from 255) = 23.05%
BLUE value IS 85 (33.59% from 255) = 27.60%
R=49.35%
G=23.05%
B=27.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.53
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152718500.530.440.40349.6336.3243.73
Hex9847550352C2815e242c
Octal23010712506554505364454
Binary10011000100011110101010110101101100101000101011110100100101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984755

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984755; }

 p { color: rgb(152,71,85); }

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

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

 a { background-color: rgb(152,71,85); }

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

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

 span { border-color: rgb(152,71,85); }

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