Html Css Color HEX #954847 Matrix

📋 copy color: '#954847'

red 149 ◦ green 72 ◦ blue 71

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

Shades of Matrix #954847

Tints of Matrix #954847

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.66%

 BLUE value IS 71 (28.13% from 255) = 24.32%

R = 51.03%
G = 24.66%
B = 24.32%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.52

 K value IS 0.42

RGB Variations

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

Color information

#954847 (or 0x954847) is known color: Matrix. HEX triplet: 95, 48 and 47. RGB value is (149,72,71). Sum of RGB (Red+Green+Blue) = 149+72+71=292 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.03% from 292); Green value is 72 (28.52% from 255 or 24.66% from 292); Blue value is 71 (28.12% from 255 or 24.32% from 292); Max value from RGB is 149 - color contains mainly: red. Hex color #954847 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954847 is #6AB7B8. Grayscale: #5E5E5E. Windows color (decimal): -6993849 or 4671637. OLE color: 4671637.

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

Color convert

RGB 149 72 71 -
CMYK 0 0.52 0.52 0.42
HSL 0.77º 0.35% 0.43% -
HSV(B) 0.77º 0.52% 0.58% -
XYZ 15.85 11.48 7.34 -
YUV 94.91 114.51 166.58 -
System Red Green Blue C M Y K H S L
Decimal 149 72 71 0 0.52 0.52 0.42 0.77 0.35 0.43
Hex 95 48 47 0 34 34 2A 1 23 2B
Octal 225 110 107 0 64 64 52 1 43 53
Binary 10010101 1001000 1000111 0 110100 110100 101010 1 100011 101011

Color Harmonies of #954847

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954847

Black with #954847

Text Example


Text Example

White with #954847

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954847; }

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

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

background-color css

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

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

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

border-color css

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

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

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