#984952

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

Shades of Night Shadz #984952

Tints of Night Shadz #984952

Color information

#984952 (or 0x984952) is unknown color: approx Night Shadz. HEX triplet: 98, 49 and 52. RGB value is (152,73,82). Sum of RGB (Red+Green+Blue) = 152+73+82=307 (40% of max value = 765). Red value is 152 (59.77% from 255 or 49.51% from 307); Green value is 73 (28.91% from 255 or 23.78% from 307); Blue value is 82 (32.42% from 255 or 26.71% from 307); Max value from RGB is 152 - color contains mainly: red. Hex color #984952 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #984952 is #67B6AD. Grayscale: #616161. Windows color (decimal): -6796974 or 5392792. OLE color: 5392792.

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

Color convert

RGB1527382-
CMYK00.520.460.40
HSL353.16º35.11%44.12%-
HSV(B)353.16º51.97%59.61%-
XYZ16.8512.059.42-
YUV97.65119.17166.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 49.51%
GREEN value IS 73 (28.91% from 255) = 23.78%
BLUE value IS 82 (32.42% from 255) = 26.71%
R=49.51%
G=23.78%
B=26.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.52
Y (Yellow) values IS 0.46
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152738200.520.460.40353.1635.1144.12
Hex9849520342E28161232c
Octal23011112206456505414354
Binary10011000100100110100100110100101110101000101100001100011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #984952

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #984952; }

 p { color: rgb(152,73,82); }

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

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

 a { background-color: rgb(152,73,82); }

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

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

 span { border-color: rgb(152,73,82); }

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