Html Css Color HEX #954846 Matrix

📋 copy color: '#954846'

red 149 ◦ green 72 ◦ blue 70

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

Shades of Matrix #954846

Tints of Matrix #954846

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 24.05%

R = 51.2%
G = 24.74%
B = 24.05%

CMYK

 C value IS 0

 M value IS 0.52

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#954846 (or 0x954846) is known color: Matrix. HEX triplet: 95, 48 and 46. RGB value is (149,72,70). Sum of RGB (Red+Green+Blue) = 149+72+70=291 (38% of max value = 765). Red value is 149 (58.59% from 255 or 51.20% from 291); Green value is 72 (28.52% from 255 or 24.74% from 291); Blue value is 70 (27.73% from 255 or 24.05% from 291); Max value from RGB is 149 - color contains mainly: red. Hex color #954846 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #954846 is #6AB7B9. Grayscale: #5E5E5E. Windows color (decimal): -6993850 or 4606101. OLE color: 4606101.

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

Color convert

RGB 149 72 70 -
CMYK 0 0.52 0.53 0.42
HSL 1.52º 0.36% 0.43% -
HSV(B) 1.52º 0.53% 0.58% -
XYZ 15.82 11.47 7.17 -
YUV 94.8 114.01 166.66 -
System Red Green Blue C M Y K H S L
Decimal 149 72 70 0 0.52 0.53 0.42 1.52 0.36 0.43
Hex 95 48 46 0 34 35 2A 2 24 2B
Octal 225 110 106 0 64 65 52 2 44 53
Binary 10010101 1001000 1000110 0 110100 110101 101010 10 100100 101011

Color Harmonies of #954846

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #954846

Black with #954846

Text Example


Text Example

White with #954846

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #954846; }

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

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

background-color css

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

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

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

border-color css

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

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

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