Html Css Color HEX #944B46 Matrix

📋 copy color: '#944B46'

red 148 ◦ green 75 ◦ blue 70

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

Shades of Matrix #944B46

Tints of Matrix #944B46

RGB

 RED value IS 148 (58.2% from 255) = 50.51%

 GREEN value IS 75 (29.69% from 255) = 25.6%

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

R = 50.51%
G = 25.6%
B = 23.89%

CMYK

 C value IS 0

 M value IS 0.49

 Y value IS 0.53

 K value IS 0.42

RGB Variations

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

Color information

#944B46 (or 0x944B46) is known color: Matrix. HEX triplet: 94, 4B and 46. RGB value is (148,75,70). Sum of RGB (Red+Green+Blue) = 148+75+70=293 (38% of max value = 765). Red value is 148 (58.20% from 255 or 50.51% from 293); Green value is 75 (29.69% from 255 or 25.60% from 293); Blue value is 70 (27.73% from 255 or 23.89% from 293); Max value from RGB is 148 - color contains mainly: red. Hex color #944B46 is not a web safe color. Web safe color analog (approx): #993333. Inversed color of #944B46 is #6BB4B9. Grayscale: #606060. Windows color (decimal): -7058618 or 4606868. OLE color: 4606868.

HSL color Cylindrical-coordinate representation of color #944B46: hue angle of 3.85º 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 #944B46 is Cyan = 0, Magento = 0.49, Yellow = 0.53 and Black (K on CMYK) = 0.42.

Color convert

RGB 148 75 70 -
CMYK 0 0.49 0.53 0.42
HSL 3.85º 0.36% 0.43% -
HSV(B) 3.85º 0.53% 0.58% -
XYZ 15.83 11.77 7.23 -
YUV 96.26 113.18 164.91 -
System Red Green Blue C M Y K H S L
Decimal 148 75 70 0 0.49 0.53 0.42 3.85 0.36 0.43
Hex 94 4B 46 0 31 35 2A 4 24 2B
Octal 224 113 106 0 61 65 52 4 44 53
Binary 10010100 1001011 1000110 0 110001 110101 101010 100 100100 101011

Color Harmonies of #944B46

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #944B46

Black with #944B46

Text Example


Text Example

White with #944B46

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #944B46; }

 p { color: rgb(148,75,70); }

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

background-color css

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

 a { background-color: rgb(148,75,70); }

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

border-color css

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

 span { border-color: rgb(148,75,70); }

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