#953E48

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

Shades of Night Shadz #953E48

Tints of Night Shadz #953E48

Color information

#953E48 (or 0x953E48) is unknown color: approx Night Shadz. HEX triplet: 95, 3E and 48. RGB value is (149,62,72). Sum of RGB (Red+Green+Blue) = 149+62+72=283 (37% of max value = 765). Red value is 149 (58.59% from 255 or 52.65% from 283); Green value is 62 (24.61% from 255 or 21.91% from 283); Blue value is 72 (28.52% from 255 or 25.44% from 283); Max value from RGB is 149 - color contains mainly: red. Hex color #953E48 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #953E48 is #6AC1B7. Grayscale: #595959. Windows color (decimal): -6996408 or 4734613. OLE color: 4734613.

HSL color Cylindrical-coordinate representation of color #953E48: hue angle of 353.1º degrees, saturation: 0.41, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #953E48 is Cyan = 0, Magento = 0.58, Yellow = 0.52 and Black (K on CMYK) = 0.42.

Color convert

RGB1496272-
CMYK00.580.520.42
HSL353.1º41.23%41.37%-
HSV(B)353.1º58.39%58.43%-
XYZ15.2910.37.31-
YUV89.15118.32170.69-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 52.65%
GREEN value IS 62 (24.61% from 255) = 21.91%
BLUE value IS 72 (28.52% from 255) = 25.44%
R=52.65%
G=21.91%
B=25.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.52
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149627200.580.520.42353.141.2341.37
Hex953E4803A342A1612929
Octal2257611007264525415151
Binary1001010111111010010000111010110100101010101100001101001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #953E48

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #953E48; }

 p { color: rgb(149,62,72); }

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

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

 a { background-color: rgb(149,62,72); }

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

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

 span { border-color: rgb(149,62,72); }

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