Html Css Color HEX #954944 Matrix

📋 copy color: '#954944'

red 149 ◦ green 73 ◦ blue 68

#954944
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Matrix #954944

Tints of Matrix #954944

RGB

 RED value IS 149 (58.59% from 255) = 51.38%

 GREEN value IS 73 (28.91% from 255) = 25.17%

 BLUE value IS 68 (26.95% from 255) = 23.45%

R = 51.38%
G = 25.17%
B = 23.45%

CMYK

 C value IS 0

 M value IS 0.51

 Y value IS 0.54

 K value IS 0.42

RGB Variations

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

Color information

#954944 (or 0x954944) is known color: Matrix. HEX triplet: 95, 49 and 44. RGB value is (149,73,68). Sum of RGB (Red+Green+Blue) = 149+73+68=290 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.38% from 290); Green value is 73 (28.91% from 255 or 25.17% from 290); Blue value is 68 (26.95% from 255 or 23.45% from 290); Max value from RGB is 149 - color contains mainly: red. Hex color #954944 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954944 is #6AB6BB. Grayscale: #5F5F5F. Windows color (decimal): -6993596 or 4475285. OLE color: 4475285.

HSL color Cylindrical-coordinate representation of color #954944: hue angle of 3.7º degrees, saturation: 0.37, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #954944 is Cyan = 0, Magento = 0.51, Yellow = 0.54 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 73 68 -
CMYK 0 0.51 0.54 0.42
HSL 3.7º 0.37% 0.43% -
HSV(B) 3.7º 0.54% 0.58% -
XYZ 15.82 11.57 6.87 -
YUV 95.15 112.68 166.41 -
System Red Green Blue C M Y K H S L
Decimal 149 73 68 0 0.51 0.54 0.42 3.7 0.37 0.43
Hex 95 49 44 0 33 36 2A 4 25 2B
Octal 225 111 104 0 63 66 52 4 45 53
Binary 10010101 1001001 1000100 0 110011 110110 101010 100 100101 101011

Color Harmonies of #954944

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954944

Black with #954944

Text Example


Text Example

White with #954944

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954944; }

 p { color: rgb(149,73,68); }

 H1.HeaderClassName
 {
   color: #954944;
 }
 .AnyTagClassName
 {
   color: #954944;
 }
</style>

background-color css

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

 a { background-color: rgb(149,73,68); }

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

border-color css

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

 span { border-color: rgb(149,73,68); }

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