#9D474A

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

Shades of Night Shadz #9D474A

Tints of Night Shadz #9D474A

Color information

#9D474A (or 0x9D474A) is unknown color: approx Night Shadz. HEX triplet: 9D, 47 and 4A. RGB value is (157,71,74). Sum of RGB (Red+Green+Blue) = 157+71+74=302 (40% of max value = 765). Red value is 157 (61.72% from 255 or 51.99% from 302); Green value is 71 (28.12% from 255 or 23.51% from 302); Blue value is 74 (29.30% from 255 or 24.50% from 302); Max value from RGB is 157 - color contains mainly: red. Hex color #9D474A is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #9D474A is #62B8B5. Grayscale: #616161. Windows color (decimal): -6469814 or 4867997. OLE color: 4867997.

HSL color Cylindrical-coordinate representation of color #9D474A: hue angle of 357.91º degrees, saturation: 0.38, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #9D474A is Cyan = 0, Magento = 0.55, Yellow = 0.53 and Black (K on CMYK) = 0.38.

Color convert

RGB1577174-
CMYK00.550.530.38
HSL357.91º37.72%44.71%-
HSV(B)357.91º54.78%61.57%-
XYZ17.3912.177.91-
YUV97.06114.99170.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 51.99%
GREEN value IS 71 (28.12% from 255) = 23.51%
BLUE value IS 74 (29.30% from 255) = 24.50%
R=51.99%
G=23.51%
B=24.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.55
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157717400.550.530.38357.9137.7244.71
Hex9D474A0373526166262d
Octal23510711206765465464655
Binary10011101100011110010100110111110101100110101100110100110101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D474A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D474A; }

 p { color: rgb(157,71,74); }

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

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

 a { background-color: rgb(157,71,74); }

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

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

 span { border-color: rgb(157,71,74); }

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